Skip to content

MetastoreGrant

laktory.models.grants.MetastoreGrant ยค

Bases: BaseModel

Privileges granted to a principal and operating on a metastore

References
PARAMETER DESCRIPTION
principal

User, group or service principal name

TYPE: str | VariableType

privileges

List of allowed privileges

TYPE: list[Literal['CREATE_CATALOG', 'CREATE_CONNECTION', 'CREATE_EXTERNAL_LOCATION', 'CREATE_PROVIDER', 'CREATE_RECIPIENT', 'CREATE_SHARE', 'CREATE_STORAGE_CREDENTIAL', 'LOCATION', 'MANAGE_ALLOWLIST', 'SET_SHARE_PERMISSION', 'USE_MARKETPLACE_ASSETS', 'USE_PROVIDER', 'USE_RECIPIENT', 'USE_SHARE'] | VariableType] | VariableType