uranusjr commented on code in PR #36085:
URL: https://github.com/apache/airflow/pull/36085#discussion_r1417031209


##########
docs/apache-airflow-providers-weaviate/operators/weaviate.rst:
##########
@@ -28,7 +28,7 @@ into the database.
 Using the Operator
 ^^^^^^^^^^^^^^^^^^
 
-The WeaviateIngestOperator requires the ``input_text`` as an input to the 
operator. Use the ``conn_id`` parameter to specify the Weaviate connection to 
use to
+The WeaviateIngestOperator requires the ``input_data`` as an input to the 
operator. Use the ``conn_id`` parameter to specify the Weaviate connection to 
use to

Review Comment:
   Previously the operator had `input_json` and now `input_data`. Does this 
count as breaking compatibility? And the doc had `input_text` and now 
`input_data`. Was the old content simply wrong? It may be worthwhile to dig out 
some history on why the doc and code did not match.



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to