github-actions[bot] opened a new pull request, #6916:
URL: https://github.com/apache/gravitino/pull/6916

   ### What changes were proposed in this pull request?
   
   Support update properties operations for model alteration.
   
   ### Why are the changes needed?
   
   Fix: #6526 
   
   ### Does this PR introduce _any_ user-facing change?
   
   server support update/set property or remove a property from a model.
   
   ### How was this patch tested?
   
   local host
   `bin/gcli.sh model set  -m demo_metalake --name model_catalog.schema.model2 
--property key1 --value val1`
   <img width="1614" alt="image" 
src="https://github.com/user-attachments/assets/32946856-4b24-4e71-a7bd-4ecada2c7397";
 />
   
   `bin/gcli.sh model set  -m demo_metalake --name model_catalog.schema.model2 
--property key1 --value val2`
   <img width="1060" alt="image" 
src="https://github.com/user-attachments/assets/608734c3-8c3a-48ee-a3df-39e07b336ab7";
 />
   
   `bin/gcli.sh model remove  -m demo_metalake --name 
model_catalog.schema.model2 --property key1`
   <img width="1039" alt="image" 
src="https://github.com/user-attachments/assets/29725d56-b420-4541-b6f8-505c529bbd57";
 />
   


-- 
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]

Reply via email to