Skip to content

Commit

Permalink
feat: enable embedded superset and charts
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Oct 4, 2023
1 parent df8ecd6 commit b20c2dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ class CeleryConfig(object):
SMTP_MAIL_FROM = "{{CONTACT_EMAIL}}"
EMAIL_REPORTS_SUBJECT_PREFIX = "[{{PLATFORM_NAME}}] "

FEATURE_FLAGS = {"ALERT_REPORTS": True}
ALERT_REPORTS_NOTIFICATION_DRY_RUN = False
WEBDRIVER_BASEURL = "http://superset:8088/"
# The base URL for the email report hyperlinks.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,10 @@
# Enable use of variables in datasets/queries
FEATURE_FLAGS = {
"ALERT_REPORTS": True,
"ENABLE_TEMPLATE_PROCESSING": True,
"DASHBOARD_RBAC": True,
"EMBEDDABLE_CHARTS": True,
"EMBEDDED_SUPERSET": True,
"ENABLE_TEMPLATE_PROCESSING": True,
}

# Add this custom template processor which returns the list of courses the current user can access
Expand Down

0 comments on commit b20c2dc

Please sign in to comment.