feat: enable dashboard embedding by default

Embedding is allowed per domain for admin users.
This commit is contained in:
Régis Behmo 2023-05-09 09:16:01 +02:00
parent 774f6e2a3e
commit a7fe5914c6

View File

@ -101,6 +101,11 @@ CELERY_CONFIG = CeleryConfig
# Avoid duplicate logging because of propagation to root logger
logging.getLogger("superset").propagate = False
# Enable dashboard embedding
FEATURE_FLAGS = {
"EMBEDDED_SUPERSET": True
}
# Enable some custom feature flags
# Do this once native filters are fully functional https://github.com/apache/superset/projects/15+
# def get_cairn_feature_flags(flags):