Skip to content

Commit

Permalink
fix: add missing explore permissions to ReadOnly role
Browse files Browse the repository at this point in the history
Update the ReadOnly role to include the explore permissions required to view
and interact with calendar heatmap charts.
  • Loading branch information
patheard committed Jan 27, 2025
1 parent 8e5b891 commit 397080a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/superset_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ class CeleryConfig(object):
["SqlLab", "can_my_queries"],
["Superset", "can_dashboard"],
["Superset", "can_dashboard_permalink"],
["Superset", "can_explore"],
["Superset", "can_explore_json"],
["Superset", "can_log"],
["Superset", "can_profile"],
["Superset", "can_share_chart"],
Expand Down

0 comments on commit 397080a

Please sign in to comment.