Files
superset2/tests/unit_tests/commands/sql_lab
rusackasandClaude Opus 4.8 bc56ecbf15 experiment: migrate Query.get() calls to session.get() for SQLAlchemy 2.0
session.query(Model).get(id) is deprecated under SQLAlchemy 2.0 in
favor of session.get(Model, id). Migrate the 9 remaining call sites
(flagged by review) and update the corresponding test mocks that
asserted against the old session.query(...).get(...) call shape.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-08-06 19:47:47 -07:00
..