snazy opened a new issue, #780: URL: https://github.com/apache/polaris/issues/780
### Describe the bug All entities of the persistence model have `asXyz()` functions to return a type from the management OpenAPI spec. While this is currently convenient, it introduces a cyclic dependency, which should generally be avoided: * management-API depends on REST endpoints * REST endpoint implementations depend on entities * entities depend on management-API The management API and its implementation should not leak into the persistence model. ### To Reproduce _No response_ ### Actual Behavior _No response_ ### Expected Behavior _No response_ ### Additional context _No response_ ### System information _No response_ -- 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]
