We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 062e4a2 commit 2aa3f8cCopy full SHA for 2aa3f8c
superset/security/manager.py
@@ -357,7 +357,8 @@ class SupersetSecurityManager( # pylint: disable=too-many-public-methods
357
("can_export_csv", "Query"),
358
("can_get_results", "SQLLab"),
359
("can_execute_sql_query", "SQLLab"),
360
- ("can_estimate_query_cost", "SQL Lab"),
+ ("can_estimate_query_cost", "SQLLab"),
361
+ ("can_format_sql", "SQLLab"),
362
("can_export_csv", "SQLLab"),
363
("can_read", "SQLLab"),
364
("can_sqllab_history", "Superset"),
0 commit comments