Compare commits

..

2 Commits

Author SHA1 Message Date
Joe Li
1f54d52aa5 chore: update comment 2026-04-30 11:46:24 -07:00
Joe Li
9b4c74f74a fix(playwright): use superset shell instead of python -c in bashlib
Replace inline `python -c` block with `superset shell` heredoc, which has
the Flask app context pre-loaded. Drops the create_app()/app_context()
boilerplate and addresses review feedback.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-30 11:46:24 -07:00

View File

@@ -707,7 +707,7 @@ protobuf==4.25.8
# proto-plus
psutil==6.1.0
# via apache-superset
psycopg2-binary==2.9.12
psycopg2-binary==2.9.9
# via apache-superset
py-key-value-aio==0.4.4
# via fastmcp