jerqi commented on code in PR #9384:
URL: https://github.com/apache/gravitino/pull/9384#discussion_r2591890111
##########
docs/security/access-control.md:
##########
@@ -261,11 +261,11 @@ DENY `WRITE_FILESET` won‘t deny the `READ_FILESET`
operation if the user has t
### Model privileges
-| Name | Supports Securable Object | Operation
|
-|----------------------|----------------------------------|--------------------------------------------------------------------|
-| CREATE_MODEL | Metalake, Catalog, Schema | Create a model
|
-| 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 |
+| Name | Supports Securable Object | Operation
|
+|--------------------|----------------------------------|--------------------------------------------------------------------|
+| REGISTER_MODEL | Metalake, Catalog, Schema | Register a model
|
+| LINK_MODEL_VERSION | Metalake, Catalog, Schema, Model | Link a model version
|
Review Comment:
I can't remove the trailing whitespace
--
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]