-
Notifications
You must be signed in to change notification settings - Fork 97
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
[DON'T MERGE] chore(datasets): Update setup.py for snowpark #238
Conversation
Pinging @heber-urdaneta @mobilize-mrojas @orellabac @Vladimir-Filimonov as I found you are the original author of this PR |
Hey all. I tried running snowflake unit tests using this PR and virtual environment of python 3.9 - no luck, requirements installation fails. If I try to repeat CI steps from here https://github.com/kedro-org/kedro-plugins/blob/main/.github/workflows/check-plugin.yml#L40
I'm on vacation now and don't have much time to experiment myself, but if you can make requirements installation work I'm happy to run Snowflake unit tests to confirm everything is alright early next week. Other suggestion:
|
We are working on adding python 3.11 support and it's likely we will bump many of the dependency to support Spark better. Thanks for looking into it @Vladimir-Filimonov |
Now that #297 is merged, maybe this is worth revisiting? |
I checked again, they now support >=3.8 <3.11 https://pypi.org/project/snowflake-snowpark-python/#history. Just update the requirements and see if CI can install these properly. |
Co-authored-by: Juan Luis Cano Rodríguez <[email protected]>
This was done in #442 |
Description
The current pin for
snowflake-snowpark-python
is1.0.0
, which only support Python 3.8, the latest version support Python 3.8 & 3.9 instead.https://pypi.org/project/snowflake-snowpark-python/#history
Development notes
Checklist
RELEASE.md
file