Skip to content

Commit

Permalink
OZ-429: Enable Jinja templating in Superset config. (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
enyachoke authored Jun 20, 2024
1 parent 96373ee commit f4c84d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions distro/configs/superset/superset_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ class CeleryConfig(object):
CELERY_CONFIG = CeleryConfig
SQLLAB_CTAS_NO_LIMIT = True
PERMANENT_SESSION_LIFETIME = 86400
FEATURE_FLAGS = {
"DASHBOARD_RBAC": True,
'ENABLE_TEMPLATE_PROCESSING': True,
}

class ReverseProxied(object):

Expand Down

0 comments on commit f4c84d8

Please sign in to comment.