yuqi1129 opened a new issue, #11693: URL: https://github.com/apache/gravitino/issues/11693
### Describe the subtask #11574 / #11567 added write tools for catalog, schema, table, topic, fileset, model and tag. A few metadata types still lack full write support. Add the remaining write tools following the same pattern (interface method → plain REST client impl → FastMCP tool → mock → unit tests), with authorization enforced by Gravitino. **Missing write tools:** - **policy**: create / alter / delete a policy (today only `associate_policy_with_metadata` / `disassociate_policy_from_metadata` exist). - **statistics**: update / drop statistics for metadata and partitions (currently read-only). - **model version alias**: `update_model_version_aliases` (model has register/delete and version link/delete only — noted in review of #11621). - **job templates**: register / delete a job template (job has `run_job` / `cancel_job` only). ### Parent issue #11573 -- 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]
