From 1f54d52aa56db6b5dcc3a414f4cde943bcb9e1b2 Mon Sep 17 00:00:00 2001 From: Joe Li Date: Mon, 13 Apr 2026 16:56:11 -0700 Subject: [PATCH] chore: update comment --- .github/workflows/bashlib.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/bashlib.sh b/.github/workflows/bashlib.sh index dd4b152de37..76f44d28f1b 100644 --- a/.github/workflows/bashlib.sh +++ b/.github/workflows/bashlib.sh @@ -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