sunyuhan1998 commented on code in PR #11058:
URL: https://github.com/apache/gravitino/pull/11058#discussion_r3234262543
##########
clients/client-python/gravitino/client/gravitino_metalake.py:
##########
@@ -767,3 +780,60 @@ def set_owner(
)
set_resp = SetResponse.from_json(response.body, infer_missing=True)
set_resp.validate()
+
+ ####################
+ # User operations
+ ####################
+
+ def add_user(self, user: str) -> User:
Review Comment:
Good catch! I've added the five User delegate methods (add_user,
remove_user, get_user, list_users, list_user_names) to GravitinoClient in the
latest push, following the same delegation pattern used by the existing Owner
and Tag operations. Thank you for pointing this out.
--
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]