mirror of
https://github.com/apache/superset.git
synced 2026-07-20 21:55:46 +00:00
The migrator passes bind params positionally to conn.execute(stmt, params), so the assertion must read call_args.args[1] rather than call_args.kwargs. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>