This is an automated email from the ASF dual-hosted git repository.

roryqi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/main by this push:
     new 5ce7d4820d [MINOR] docs: Fix the create model version privilege error 
(#8183)
5ce7d4820d is described below

commit 5ce7d4820dc17bf434ce0292b1fe4033ad6eb34a
Author: roryqi <[email protected]>
AuthorDate: Thu Aug 21 13:46:22 2025 +0800

    [MINOR] docs: Fix the create model version privilege error (#8183)
    
    ### What changes were proposed in this pull request?
    
     Fix the create model version privilege error
    
    ### Why are the changes needed?
    Just a minor
    
    ### Does this PR introduce _any_ user-facing change?
    
    No. documents.
    
    ### How was this patch tested?
    
    Review.
---
 docs/security/access-control.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/security/access-control.md b/docs/security/access-control.md
index f26ba4bd68..59581fea87 100644
--- a/docs/security/access-control.md
+++ b/docs/security/access-control.md
@@ -990,7 +990,7 @@ The following table lists the required privileges for each 
API.
 | list fileset                | First, you should have the privilege to load 
the catalog and the schema. Then, you are one of the owners of the schema, 
catalog, metalake can see all the filesets, others can see the filesets which 
they can load                           |
 | load fileset                | First, you should have the privilege to load 
the catalog and the schema. Then, you are one of the owners of the fileset, 
schema, metalake, catalog or have either `READ_FILESET` or `WRITE_FILESET` on 
the fileset, schema, catalog, metalake |
 | register model              | First, you should have the privilege to load 
the catalog and the schema. Then, you have `CREATE_MODEL` on the metalake, 
catalog, schema or are the owner of the metalake, catalog, schema               
                                      |
-| link model version          | First, you should have the privilege to load 
the catalog and the schema. Then, you have `CREATE_MODEL_VERSION` on the 
metalake, catalog, schema or are the owner of the metalake, catalog, schema     
                                        |
+| link model version          | First, you should have the privilege to load 
the catalog, the schema and the model. Then, you have `CREATE_MODEL_VERSION` on 
the metalake, catalog, schema, model or are the owner of the metalake, catalog, 
schema, model                    |
 | alter model                 | First, you should have the privilege to load 
the catalog and the schema. Then, you are one of the owners of the model, 
schema, catalog, metalake                                                       
                                       |
 | drop model                  | First, you should have the privilege to load 
the catalog and the schema. Then, you are one of the owners of the model, 
schema, catalog, metalake                                                       
                                       |
 | list model                  | First, you should have the privilege to load 
the catalog and the schema. Then the owner of the schema, catalog, metalake can 
see all the models, others can see the models which they can load               
                                 |

Reply via email to