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

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


    from 42e13e1  Remove all deprecation warnings in providers (#17900)
     add 07405e6  [AIRFLOW-9300] Add DatafusionPipelineStateSensor and aync 
option to the CloudDataFusionStartPipelineOperator (#17787)

No new revisions were added by this update.

Summary of changes:
 .../cloud/example_dags/example_datafusion.py       |  34 +++++-
 airflow/providers/google/cloud/hooks/datafusion.py |   7 +-
 .../providers/google/cloud/operators/datafusion.py |  31 +++--
 .../providers/google/cloud/sensors/datafusion.py   | 125 +++++++++++++++++++++
 .../operators/cloud/datafusion.rst                 |  26 ++++-
 .../google/cloud/operators/test_datafusion.py      |  32 ++++++
 .../google/cloud/sensors/test_datafusion.py        |  75 +++++++++++++
 7 files changed, 315 insertions(+), 15 deletions(-)
 create mode 100644 airflow/providers/google/cloud/sensors/datafusion.py
 create mode 100644 tests/providers/google/cloud/sensors/test_datafusion.py

Reply via email to