bharos opened a new issue, #11157: URL: https://github.com/apache/gravitino/issues/11157
### Describe the feature Add read-only view support in web-v2 for relational catalogs — list views in the schema detail page, navigate to individual views via the sidebar tree, and display view details (columns, SQL representations, properties). ### Motivation Views are first-class entities in relational catalogs. The REST API already supports listing and fetching view details, but web-v2 has no way to browse them. ### Describe the solution - API client and Redux thunks for listing views and fetching view details - Views tab in the schema detail page for relational catalogs - View detail page with columns, SQL, and properties tabs - Sidebar tree integration with navigation support -- 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]
