Skip to content

Commit

Permalink
OZ-429: Enable Jinja templating in Superset Config
Browse files Browse the repository at this point in the history
  • Loading branch information
enyachoke committed Jun 20, 2024
1 parent 96373ee commit 5505b48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions distro/configs/superset/superset_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ class CeleryConfig(object):
CELERY_CONFIG = CeleryConfig
SQLLAB_CTAS_NO_LIMIT = True
PERMANENT_SESSION_LIFETIME = 86400
ENABLE_TEMPLATE_PROCESSING = True

class ReverseProxied(object):

Expand Down

0 comments on commit 5505b48

Please sign in to comment.