iwannagotobed commented on code in PR #67298:
URL: https://github.com/apache/airflow/pull/67298#discussion_r3353066922
##########
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:
Thanks for catching this.
I updated the `WeaviateIngestOperator` docstring to include `tenant`, fixed
the stale `collection` parameter name to `collection_name`, and added the
missing `uuid_column` entry.
--
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]