Skip to content

Commit

Permalink
(#34) | superset dashboard role flag enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
vedfordev authored Oct 10, 2024
1 parent 4c04857 commit 67b2681
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions reportingSystem/superset/assets/superset_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
FEATURE_FLAGS = {
"ENABLE_TEMPLATE_PROCESSING": True,
"TAGGING_SYSTEM": True,
"ALLOW_FULL_CSV_EXPORT": True
"ALLOW_FULL_CSV_EXPORT": True,
"DASHBOARD_RBAC" :True
}

DB_USER = os.getenv('SUPERSET_DB_USER')
Expand All @@ -29,4 +30,4 @@

APP_NAME = "Avni Superset"

FAVICONS = [{"href": "/static/assets/images/avni-favicon.ico"}]
FAVICONS = [{"href": "/static/assets/images/avni-favicon.ico"}]

0 comments on commit 67b2681

Please sign in to comment.