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