Skip to content

Commit ae0edbf

Browse files
chore: add catalog_access to OBJECT_SPEC_PERMISSIONS (#29650)
1 parent 9487d6c commit ae0edbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

superset/security/manager.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ class SupersetSecurityManager( # pylint: disable=too-many-public-methods
286286

287287
OBJECT_SPEC_PERMISSIONS = {
288288
"database_access",
289+
"catalog_access",
289290
"schema_access",
290291
"datasource_access",
291292
}

0 commit comments

Comments
 (0)