diff --git a/tutoraspects/templates/aspects/apps/superset/pythonpath/superset_config.py b/tutoraspects/templates/aspects/apps/superset/pythonpath/superset_config.py index c6b9fea5f..a7e97eddb 100644 --- a/tutoraspects/templates/aspects/apps/superset/pythonpath/superset_config.py +++ b/tutoraspects/templates/aspects/apps/superset/pythonpath/superset_config.py @@ -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. diff --git a/tutoraspects/templates/aspects/apps/superset/pythonpath/superset_config_docker.py b/tutoraspects/templates/aspects/apps/superset/pythonpath/superset_config_docker.py index 56976b9ae..9dce32156 100644 --- a/tutoraspects/templates/aspects/apps/superset/pythonpath/superset_config_docker.py +++ b/tutoraspects/templates/aspects/apps/superset/pythonpath/superset_config_docker.py @@ -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