kevinw66 opened a new issue, #12181: URL: https://github.com/apache/gravitino/issues/12181
### What would you like to be improved? This is a Python client follow-up for #11844. #11844 adds tag support for `VIEW` and `FUNCTION` metadata objects. After the server-side REST APIs support these object types, the Python client should expose the same capability so users can manage tags for views and functions through the typed client API. Currently, Python client users cannot call tag operations directly from returned `View` and `Function` objects, unlike other tag-capable metadata objects such as tables, columns, schemas, filesets, and models. ### How should we improve? - Add `supports_tags()` support to the Python `View` and `Function` API surfaces. - Extend `GenericView` and `GenericFunction` with tag operations backed by `MetadataObjectTagOperations`. - Return tag-capable wrappers from Python client view and function operations. - Ensure view/function tag operations use the correct metadata object type and full name. - Add Python client unit and integration tests for view and function tag support. Related to #11844. -- 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]
