kaxil commented on code in PR #67298:
URL: https://github.com/apache/airflow/pull/67298#discussion_r3350534623


##########
providers/weaviate/src/airflow/providers/weaviate/operators/weaviate.py:
##########
@@ -88,6 +88,7 @@ def execute(self, context: Context) -> None:
             data=self.input_data,
             vector_col=self.vector_col,
             uuid_col=self.uuid_column,
+            tenant=self.tenant,

Review Comment:
   `tenant` is now wired through here for `WeaviateIngestOperator`, but the 
class docstring above doesn't list it (`WeaviateDocumentIngestOperator` 
documents its `tenant`). Worth adding a `:param tenant:` line.
   
   While you're in this docstring: `:param collection:` is stale (the param is 
`collection_name`), and `:param uuid_column:` is missing.



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