jroachgolf84 commented on code in PR #49516:
URL: https://github.com/apache/airflow/pull/49516#discussion_r2070196244
##########
providers/databricks/tests/system/databricks/example_databricks_sensors.py:
##########
@@ -67,6 +70,18 @@
)
# [END howto_sensor_databricks_sql]
+ # [START howto_sensor_databricks_sql_statement]
+ # Example of using the DatabricksSQLStatementSensor to wait for a query
+ # to successfully run.
+ sql_statement_sensor = DatabricksSQLStatementsSensor(
+ task_id="sql_statement_sensor_task",
+ databricks_conn_id=connection_id,
+ warehouse_id=WAREHOUSE_ID,
+ statement_id="statement_id",
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]