jerqi commented on code in PR #9035: URL: https://github.com/apache/gravitino/pull/9035#discussion_r2501580031
########## docs/security/access-control.md: ########## @@ -264,6 +265,13 @@ DENY `WRITE_FILESET` won‘t deny the `READ_FILESET` operation if the user has t | CREATE_MODEL_VERSION | Metalake, Catalog, Schema, Model | Create a model version | | USE_MODEL | Metalake, Catalog, Schema, Model | View the metadata of the model and download all the model versions | +### Tag privileges + +| Name | Supports Securable Object | Operation | +|------------|---------------------------|--------------| +| CREATE_TAG | Metalake | Create a tag | +| APPLY_TAG | Metalake, Tag | Apply a tag | Review Comment: https://docs.databricks.com/aws/en/admin/governed-tags/manage-permissions https://docs.snowflake.com/en/sql-reference/sql/create-tag -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
