Skip to content

Commit 120495a

Browse files
author
szachovy
committed
Debug: print SQL_QUERY_MUTATOR value at startup
1 parent 6839deb commit 120495a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

services/superset/entrypoint.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ if superset test_db \
1717
superset init
1818

1919
/app/set_database_uri.exp
20+
python3 -c "
21+
import superset.config as cfg
22+
print('DEBUG config.SQL_QUERY_MUTATOR =', repr(cfg.SQL_QUERY_MUTATOR))
23+
"
2024
/usr/bin/run-server.sh &
2125

2226
celery \

0 commit comments

Comments
 (0)