Skip to content

Commit

Permalink
Merge pull request #446 from openedx/cag/enable-embeded-dashboard-charts
Browse files Browse the repository at this point in the history
feat: enable embedded superset and charts
  • Loading branch information
Ian2012 authored Oct 10, 2023
2 parents df8ecd6 + b20c2dc commit 70194b9
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 70194b9

Please sign in to comment.