mchades commented on PR #12424:
URL: https://github.com/apache/gravitino/pull/12424#issuecomment-5324739200

   @FANNG1
   
   > **Discovery costs O(catalogs × schemas) round trips.**
   
   `listSemanticModels` intentionally follows Gravitino's schema-scoped catalog 
APIs. The `listFunctionInfos` and `details=true` precedent only changes the 
response within one schema; it does not provide metalake-level discovery.
   
   A metalake-wide lookup across models and members, including governance 
metadata, is a broader search API that requires its own query semantics, 
pagination, authorization filtering, and result contract. It may be better 
designed as a reusable metadata-discovery capability rather than a Semantic 
Model-specific lifecycle endpoint.
   
   I agree this would be useful for agent consumers, but prefer to design it 
separately once the cross-schema discovery requirements are clearer.


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