kevinw66 opened a new issue, #11947:
URL: https://github.com/apache/gravitino/issues/11947

   ### What would you like to be improved?
   
   The Python client currently does not provide view operation support, while 
Gravitino already has view APIs and the Java client has corresponding view 
catalog capabilities.
   
   Without Python client support, users cannot list, load, create, alter, or 
drop views through the Python client. This also makes it harder to add 
higher-level features for views, such as tag operations, in a consistent way.
   
   This is related to the broader view/function metadata support work, 
including apache/gravitino#11844, but focuses specifically on adding Python 
client support for view operations.
   
   ### How should we improve?
   
   Add view support to the Python client, including:
   
   - View API abstractions, such as `View`, `ViewCatalog`, `ViewChange`, 
`Representation`, and `SQLRepresentation`.
   - View DTOs, request/response objects, and JSON 
serialization/deserialization.
   - View catalog support for:
     - `list_views`
     - `load_view`
     - `create_view`
     - `alter_view`
     - `drop_view`
   - A default `view_exists` helper in `ViewCatalog`.
   - View-specific error handling.
   - Unit tests and integration tests for the new Python client view APIs.
   


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