kevinw66 opened a new issue, #12464: URL: https://github.com/apache/gravitino/issues/12464
### What would you like to be improved? The Python client cannot access role operations from metadata objects, while the Java client supports listing the roles directly bound to metalakes, catalogs, schemas, tables, and filesets. The Python client also lacks helpers for constructing view and function securable objects. ### How should we improve? Add `supports_roles()` to the corresponding metadata object APIs and implementations, backed by `MetadataObjectRoleOperations`. Add view and function constructors to `SecurableObjects`, together with unit and integration tests. -- 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]
