rawwar commented on code in PR #37434:
URL: https://github.com/apache/airflow/pull/37434#discussion_r1490426862
##########
airflow/providers/weaviate/hooks/weaviate.py:
##########
@@ -675,7 +675,7 @@ def object_exists(self, uuid: str | UUID, **kwargs) -> bool:
def _delete_objects(self, uuids: Collection, class_name: str,
retry_attempts_per_object: int = 5):
"""
- Helper function for `create_or_replace_objects()` to delete multiple
objects.
+ Act as a helper function for `create_or_replace_objects()` to delete
multiple objects.
Review Comment:
Thanks. I will do that. I also did this in few other places. I'll take care
of this issue there as well.
--
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]