chore: update comment

This commit is contained in:
Joe Li
2026-04-13 16:56:11 -07:00
parent 9b4c74f74a
commit 1f54d52aa5

View File

@@ -129,8 +129,6 @@ playwright_testdata() {
superset init
# Enable DML on the examples database so Playwright tests can create/drop
# temporary tables via SQL Lab without depending on external data sources.
# Uses `superset shell` (Flask shell with app context pre-loaded) rather
# than `python -c` to avoid the create_app()/app_context() boilerplate.
superset shell <<'PYEOF'
import sys
from superset.extensions import db