mirror of
https://github.com/apache/superset.git
synced 2026-04-22 01:24:43 +00:00
fix(roles): Add missing SQLLab permissions for estimate and format (#36263)
This commit is contained in:
@@ -358,7 +358,8 @@ class SupersetSecurityManager( # pylint: disable=too-many-public-methods
|
||||
("can_export_csv", "Query"),
|
||||
("can_get_results", "SQLLab"),
|
||||
("can_execute_sql_query", "SQLLab"),
|
||||
("can_estimate_query_cost", "SQL Lab"),
|
||||
("can_estimate_query_cost", "SQLLab"),
|
||||
("can_format_sql", "SQLLab"),
|
||||
("can_export_csv", "SQLLab"),
|
||||
("can_read", "SQLLab"),
|
||||
("can_sqllab_history", "Superset"),
|
||||
|
||||
Reference in New Issue
Block a user