jerryshao commented on code in PR #11058:
URL: https://github.com/apache/gravitino/pull/11058#discussion_r3233842084


##########
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:
   Should you expose such APIs in the GravitinoClient class?



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