harishkesavarao commented on code in PR #30428:
URL: https://github.com/apache/airflow/pull/30428#discussion_r1155436014
##########
docs/apache-airflow-providers-databricks/operators/sql.rst:
##########
@@ -84,3 +84,39 @@ An example usage of the DatabricksSqlOperator to perform
statements from a file
:language: python
:start-after: [START howto_operator_databricks_sql_multiple_file]
:end-before: [END howto_operator_databricks_sql_multiple_file]
+
+
+DatabricksSqlSensor
+===================
+
+Use the :class:`~airflow.providers.databricks.sensors.sql.DatabricksSqlSensor`
to run the sensor
+for a specific Delta table on a Databricks SQL workspace.
+
+Using the Sensor
+----------------
+
+The sensor executes the SQL statement supplied by the user. The only required
parameters are:
+
+* ``sql`` - SQL query to execute for the sensor.
+
+* One of ``sql_endpoint_name`` (name of Databricks SQL endpoint to use) or
``http_path`` (HTTP path for Databricks SQL endpoint or Databricks cluster).
Review Comment:
Changed.
##########
docs/apache-airflow-providers-databricks/operators/sql.rst:
##########
@@ -84,3 +84,39 @@ An example usage of the DatabricksSqlOperator to perform
statements from a file
:language: python
:start-after: [START howto_operator_databricks_sql_multiple_file]
:end-before: [END howto_operator_databricks_sql_multiple_file]
+
+
+DatabricksSqlSensor
+===================
+
+Use the :class:`~airflow.providers.databricks.sensors.sql.DatabricksSqlSensor`
to run the sensor
+for a specific Delta table on a Databricks SQL workspace.
Review Comment:
Changed.
--
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]