jroachgolf84 commented on code in PR #49516:
URL: https://github.com/apache/airflow/pull/49516#discussion_r2072113153
##########
providers/databricks/tests/system/databricks/example_databricks_sensors.py:
##########
@@ -30,6 +31,8 @@
# [DAG name to be shown on Airflow UI]
DAG_ID = "example_databricks_sensor"
+WAREHOUSE_ID = os.environ.get("WAREHOUSE_ID", "") # Defaults to an empty
string to satisfy typing
Review Comment:
Logic added.
--
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]