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 SQLAlchemy select() to new style #30515

Merged
merged 2 commits into from
Apr 11, 2023

Conversation

jedcunningham
Copy link
Member

@jedcunningham jedcunningham commented Apr 7, 2023

related: #28723

SQLAlchemy has a new style for select() that is standard for 2.0. This updates our uses of it to avoid RemovedIn20Warning warnings.

https://docs.sqlalchemy.org/en/20/errors.html#select-construct-created-in-legacy-mode-keyword-arguments-etc

SQLAlchemy has a new style for `select() that is standard for 2.0. This
updates our uses of it to avoid `RemovedIn20Warning` warnings.

https://docs.sqlalchemy.org/en/20/errors.html#select-construct-created-in-legacy-mode-keyword-arguments-etc
@jedcunningham jedcunningham marked this pull request as ready for review April 7, 2023 16:17
@jedcunningham jedcunningham merged commit ffa2d47 into apache:main Apr 11, 2023
@jedcunningham jedcunningham deleted the fix_slqa2_warning branch April 11, 2023 22:34
@ephraimbuddy ephraimbuddy added the type:improvement Changelog: Improvements label Apr 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants