Abyss-lord commented on code in PR #9483:
URL: https://github.com/apache/gravitino/pull/9483#discussion_r2625275771


##########
clients/client-python/gravitino/client/gravitino_metalake.py:
##########
@@ -567,8 +599,24 @@ def create_tag(self, tag_name, comment, properties) -> Tag:
         Returns:
             Tag: The tag information.
         """
-        # TODO implement create_tag
-        raise NotImplementedError()
+        tag_create_request = TagCreateRequest(
+            tag_name,
+            comment,
+            properties,
+        )
+        tag_create_request.validate()
+
+        url = self.API_METALAKES_TAGS_PATH.format(encode_string(self.name()))

Review Comment:
   Incorrect AI Prompts



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