-
Notifications
You must be signed in to change notification settings - Fork 138
feat!: Support SQLAlchemy 2.0, backwards compatibility for 1.4.16+ #920
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
Conversation
This patch makes this library backward incompatible for versions of SQLAlchemy < 2.0. Fixes googleapis#510
Included another bugfix related to |
A pre-release version of python-bigquery-sqlalchemy has been released with coverage for 1.4 AND 2.0. based in part on the code in this PR. Gonna close this PR as complete. As feedback on the pre-release rolls in, we will update the above branch and ultimately merge with main when ready. |
This PR is now a part of prerelease v1.11.0.dev0. Closing this again |
Thanks @kiraksi Really appreciate your team's commitment to maintaining the SQLA dialect. |
This patch makes this library backward incompatible for versions of SQLAlchemy < 1.4.16.
Fixes #510