Lee-W commented on code in PR #50735:
URL: https://github.com/apache/airflow/pull/50735#discussion_r2096686754


##########
providers/weaviate/src/airflow/providers/weaviate/hooks/weaviate.py:
##########
@@ -190,6 +191,66 @@ def get_collection(self, name: str) -> Collection:
         client = self.conn
         return client.collections.get(name)
 
+    def delete_by_property(
+        self,

Review Comment:
   yep, that's what I'm thinking of 🙂  the reason is making it explicit. when 
the number of arguments grows, it's getting harder and harder to reason the 
order



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