Files
superset2/tests/unit_tests/extensions
Claude Code 3488760f07 experiment: update shillelagh error-URL assertions from SQLAlchemy 14 to 20 doc path
shillelagh.exceptions.ProgrammingError is wrapped by SQLAlchemy's own
StatementError machinery, which appends a "Background on this error at:
https://sqlalche.me/e/<major><minor>/<code>" hint derived from the
running SQLAlchemy version. Under 1.4 that was .../e/14/f405; under 2.0
it's .../e/20/f405. test_dml and test_allowed_dbs hardcoded the 1.4 URL
in their expected exception strings; update both to the 2.0 path.
2026-08-10 04:39:59 -07:00
..