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

Enable setting SQLALCHEMY_WARN_20 #13171

Merged
merged 3 commits into from
Jan 24, 2022
Merged

Conversation

jdavcs
Copy link
Member

@jdavcs jdavcs commented Jan 14, 2022

This adds an option to enable SQLAlchemy's RemovedIn20Warnings flag. This is part of the plan for migrating to SQLAlchemy 2.0 (see #12541, steps 5 and 6).

For more context, see:
#13164 (comment)
#12541 (comment)

How to test the changes?

  • Instructions for manual testing are as follows:
    Follow the inline comments to set the env var; start Galaxy, your terminal should contain "RemovedIn20Warning".

License

  • I agree to license these contributions under Galaxy's current license.
  • I agree to allow the Galaxy committers to license these and all my past contributions to the core galaxy codebase under the MIT license. If this condition is an issue, uncheck and just let us know why with an e-mail to [email protected].

@jdavcs jdavcs added kind/feature area/database Galaxy's database or data access layer labels Jan 14, 2022
@jdavcs jdavcs added this to the 22.05 milestone Jan 14, 2022
@jdavcs jdavcs requested a review from mvdbeek January 14, 2022 22:29
@jdavcs jdavcs mentioned this pull request Jan 14, 2022
28 tasks
@mvdbeek
Copy link
Member

mvdbeek commented Jan 17, 2022

I think we want this in 22.01 so we can collect data from main

@jdavcs jdavcs modified the milestones: 22.05, 22.01 Jan 18, 2022
@mvdbeek mvdbeek merged commit 5df80bd into galaxyproject:dev Jan 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/database Galaxy's database or data access layer kind/feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants