Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update snowflake-snowpark-python package in Snowflake #577

Closed
ChuliangXiao opened this issue Oct 26, 2022 · 1 comment
Closed

update snowflake-snowpark-python package in Snowflake #577

ChuliangXiao opened this issue Oct 26, 2022 · 1 comment
Labels
feature New feature or request

Comments

@ChuliangXiao
Copy link
Contributor

ChuliangXiao commented Oct 26, 2022

What is the current behavior?

snowflake-snowpark-python v0.12.0 was released Oct 14th 2022, the Snowflake Packages still only has v0.10.0 as of Oct 26 2022.

What is the desired behavior?

Synchronize the release snowflake-snowpark-python

How would this improve snowflake-snowpark-python?

Make new Snowpark features available for creating Stored Function and Store Procedure.

References, Other Background

Here is the list available snowflake-snowpark-python in Snowflake

select * from information_schema.packages 
where language = 'python'
    and package_name = 'snowflake-snowpark-python'
order by to_numeric(split_part(version, '.', 2)) desc
@ChuliangXiao ChuliangXiao added the feature New feature or request label Oct 26, 2022
@sfc-gh-jdu
Copy link
Collaborator

Hey @ChuliangXiao, yes this a known issue, and we are currently working on shorting the gap between client and server release for snowpark. We don't have an ETA yet, but will keep you posted on this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants