This is an automated email from the ASF dual-hosted git repository.

onikolas pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 6c2ee8c661 Cast binding +1 in helm chart release vote email (#30590)
     add 1e311cf036 Databricks SQL sensor (#30477)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/databricks/provider.yaml         |   4 +
 .../databricks/sensors}/__init__.py                |   0
 .../providers/databricks/sensors/databricks_sql.py | 134 +++++++++++++++++++++
 .../operators/sql.rst                              |  42 ++++++-
 .../providers/databricks/sensors}/__init__.py      |   0
 .../databricks/sensors/test_databricks_sql.py      |  97 +++++++++++++++
 .../databricks/example_databricks_sensors.py       |  86 +++++++++++++
 7 files changed, 360 insertions(+), 3 deletions(-)
 copy airflow/{api_connexion => providers/databricks/sensors}/__init__.py (100%)
 create mode 100644 airflow/providers/databricks/sensors/databricks_sql.py
 copy {airflow/api_connexion => tests/providers/databricks/sensors}/__init__.py 
(100%)
 create mode 100644 tests/providers/databricks/sensors/test_databricks_sql.py
 create mode 100644 
tests/system/providers/databricks/example_databricks_sensors.py

Reply via email to