-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[MAINTENANCE] Pin snowflake-sqlalchemy
due to 1.5.2
runtime bug
#9744
Conversation
✅ Deploy Preview for niobium-lead-7998 canceled.
|
reqs/requirements-dev-snowflake.txt
Outdated
@@ -1,4 +1,4 @@ | |||
pandas<2.2.0; python_version >= "3.9" | |||
snowflake-connector-python>=2.5.0; python_version < "3.11" | |||
snowflake-connector-python>2.9.0; python_version >= "3.11" # earlier versions fail to build on 3.11 | |||
snowflake-sqlalchemy>=1.2.3 | |||
snowflake-sqlalchemy>=1.2.3,<1.5.2 # https://github.com/snowflakedb/snowflake-sqlalchemy/issues/485 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
snowflake-sqlalchemy>=1.2.3,<1.5.2 # https://github.com/snowflakedb/snowflake-sqlalchemy/issues/485 | |
snowflake-sqlalchemy>=1.2.3,!1.5.2 # https://github.com/snowflakedb/snowflake-sqlalchemy/issues/485 |
Can we just skip this release? Or do we expect the issue to persist?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Question about skipping vs pinning.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #9744 +/- ##
========================================
Coverage 82.66% 82.66%
========================================
Files 512 512
Lines 46671 46671
========================================
Hits 38579 38579
Misses 8092 8092
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Seeing test issues in CI due to issue with latest release of
snowflake-sqlalchemy
: snowflakedb/snowflake-sqlalchemy#485invoke lint
(usesruff format
+ruff check
)For more information about contributing, see Contribute.
After you submit your PR, keep the page open and monitor the statuses of the various checks made by our continuous integration process at the bottom of the page. Please fix any issues that come up and reach out on Slack if you need help. Thanks for contributing!