Abyss-lord commented on code in PR #9483:
URL: https://github.com/apache/gravitino/pull/9483#discussion_r2621869355
##########
clients/client-python/gravitino/api/tag/tag.py:
##########
@@ -117,3 +117,28 @@ def associated_objects(self) -> AssociatedObjects:
raise UnsupportedOperationException(
"The associated_objects method is not supported."
)
+
+ class AssociatedObjects(ABC):
+ """The interface of the associated objects of the tag."""
+
+ def count(self) -> int:
+ """
+ Retrive the number of objects that are associated with this Tag
Review Comment:
fix
--
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]