harishkesavarao commented on code in PR #30980:
URL: https://github.com/apache/airflow/pull/30980#discussion_r1183242915
##########
docs/apache-airflow-providers-databricks/operators/sql.rst:
##########
@@ -113,10 +113,53 @@ Configuring Databricks connection to be used with the
Sensor.
:start-after: [START howto_sensor_databricks_connection_setup]
:end-before: [END howto_sensor_databricks_connection_setup]
-Poking the specific table for existence of data/partition:
+Poking the specific table with the SQL statement:
.. exampleinclude::
/../../tests/system/providers/databricks/example_databricks_sensors.py
:language: python
:dedent: 4
:start-after: [START howto_sensor_databricks_sql]
:end-before: [END howto_sensor_databricks_sql]
+
+
+DatabricksPartitionSensor
Review Comment:
Added more documentation for Sensors in general and for the Partition Sensor
as well.
--
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]