This is an automated email from the ASF dual-hosted git repository. yuqi4733 pushed a commit to branch auto_cherry_pick_test-b in repository https://gitbox.apache.org/repos/asf/gravitino.git
commit 78e05b718d64600b5384df39ad1b9939d75c30d2 Author: yuqi <[email protected]> AuthorDate: Wed Mar 4 21:47:24 2026 +0800 fix --- docs/cli.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/cli.md b/docs/cli.md index f8aa6c71c1..3e23fa4440 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -1065,4 +1065,6 @@ gcli.sh model set --name catalog_model.schema.model --version 0 --property k --v gcli.sh model remove --name catalog_model.schema.model --version 0 --property k ``` +To link a model version you need to specify the model version artifact URIs and at least one alias. The URIs are specified as a comma separated list of protocol=URI pairs. The alias is used to refer to the model version and must be unique across the metalake. + <img src="https://analytics.apache.org/matomo.php?idsite=62&rec=1&bots=1&action_name=CLI" alt="" />
