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


##########
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:
   Yes, that's true. I'll add a deprecation warning for `input_json` and 
introduce `input_data` while supporting both parameters. Thanks for pointing 
this out.
   
   Also, I'll check on the history of docs. 



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