-
Notifications
You must be signed in to change notification settings - Fork 151
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
Snow 1058245 SqlAlchemy 2.0 support #469
Conversation
All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
4af8296
to
f1823db
Compare
6f74862
to
5bfa71a
Compare
🚀 |
ce3a4c3
to
2d1e343
Compare
@sfc-gh-mraba - Thanks for adding 2.0 support. Do you have any timeline of when this version will be released? 🥺 |
Would really appreciate if you could provide some timeline. Thanks!! |
It looks like implementation is completed and pull request is also approved. Any timelines for merging it and releasing ne version of snowflake-sqlalchemy? |
fwiw, I've been running this code in production for a few days and had no issues |
cd98156
to
6a309e6
Compare
@sfc-gh-mraba - Is there any update on timelines for merging and releasing new version of snowflake-sqlalchemy? |
@nitin-kakkar please head to the pinned issue #380 for timeline and updates - i'll post there as soon as there's any news or more fresh ETA |
…decy after rebase
6ad23d0
to
67b7c79
Compare
Is this PR going to be merged soon? I saw changes have been approved but not all the checks are complete. |
+1 |
It looks like two actions are stuck but are required before automatically merging. Maybe a maintainer would be able to manually start these two actions? |
fdb1925
to
157bb78
Compare
Please answer these questions before submitting your pull requests. Thanks!
What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR.
Fixes #SNOW-1058245
Fill out the following pre-review checklist:
Please describe how your code solves the related issue.
We adapted SnowflakeDialect compatibility with SQLAlchemy 2.0.
We added testing jobs with SQLAlchemy 2.0 installed.
We moved from tox to hatch.