Skip to content

Commit

Permalink
Feature Flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kalyan540 committed Dec 15, 2024
1 parent 04553b0 commit 9b18782
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/pythonpath_dev/superset_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,9 @@ class CeleryConfig:

CELERY_CONFIG = CeleryConfig

FEATURE_FLAGS = {"ALERT_REPORTS": True}
FEATURE_FLAGS = {"ALERT_REPORTS": True,
"ALLOW_ADHOC_SUBQUERY": True,
}
ALERT_REPORTS_NOTIFICATION_DRY_RUN = True
WEBDRIVER_BASEURL = "http://superset:8088/" # When using docker compose baseurl should be http://superset_app:8088/
# The base URL for the email report hyperlinks.
Expand Down

0 comments on commit 9b18782

Please sign in to comment.