fix(roles): Add missing SQLLab permissions for estimate and format (#36263)

This commit is contained in:
Shunki
2025-12-08 22:40:38 +00:00
committed by GitHub
parent 8d04c33adf
commit 440cbc4c1f
2 changed files with 4 additions and 1 deletions

View File

@@ -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"),