This is an automated email from the ASF dual-hosted git repository.
shahar pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 3b0cb76b6d8 Made usage of Path explicit for Edge Worker pid files
(#43308)
add ca2c809b306 feat: sensor to check status of Dataform action (#43055)
No new revisions were added by this update.
Summary of changes:
.../operators/cloud/dataform.rst | 12 ++
.../providers/google/cloud/sensors/dataform.py | 75 +++++++++++
.../tests/google/cloud/sensors/test_dataform.py | 150 +++++++++++++++++++++
.../google/cloud/dataform/example_dataform.py | 40 +++++-
4 files changed, 275 insertions(+), 2 deletions(-)
create mode 100644 providers/tests/google/cloud/sensors/test_dataform.py