uranusjr commented on code in PR #37434:
URL: https://github.com/apache/airflow/pull/37434#discussion_r1490416430
##########
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:
This can probably be more descriprive to what this function actually does.
The helper function aspect can be put in the second line instead.
--
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]