yuqi1129 opened a new issue, #13127:
URL: https://github.com/apache/gravitino/issues/13127
### What would you like to be improved?
`GET /api/metalakes` returns metalake names, comments, properties, and audit
information, but does not include ownership. Clients displaying ownership
alongside the list must request each metalake's owner separately. The MCP
`list_metalakes` tool also lacks this information because it forwards the REST
list.
### How should we improve?
Include an `owner` field in each listed metalake:
```json
"owner": {"name": "alice", "type": "user"}
```
Support user and group owners. Return explicit `null` when authorization is
disabled or no owner is assigned. Resolve ownership only after filtering
metalakes by the caller's visibility, and retain the existing response fields.
--
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]