You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2023/02/02 13:37:55 UTC

[airflow] branch main updated (cd5a92c2af -> 6ec97dc649)

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

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


    from cd5a92c2af Fix airflow_dags_mount formatting (#29296)
     add 6ec97dc649 Add triggers for ExternalTask (#29313)

No new revisions were added by this update.

Summary of changes:
 airflow/triggers/external_task.py    | 163 +++++++++++++++++++++++++++++++++++
 tests/triggers/test_external_task.py | 162 ++++++++++++++++++++++++++++++++++
 2 files changed, 325 insertions(+)
 create mode 100644 airflow/triggers/external_task.py
 create mode 100644 tests/triggers/test_external_task.py