chore: add catalog_access to OBJECT_SPEC_PERMISSIONS (#29650)
This commit is contained in:
parent
9487d6c9d6
commit
ae0edbfdce
|
|
@ -286,6 +286,7 @@ class SupersetSecurityManager( # pylint: disable=too-many-public-methods
|
|||
|
||||
OBJECT_SPEC_PERMISSIONS = {
|
||||
"database_access",
|
||||
"catalog_access",
|
||||
"schema_access",
|
||||
"datasource_access",
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue