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 2022/09/23 17:06:01 UTC

[airflow] branch main updated (55d11464c0 -> baaea09712)

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 55d11464c0 Resolve warning about DISTINCT ON query on dags view (#26608)
     add baaea09712 Add ``one_done`` trigger rule (#26146)

No new revisions were added by this update.

Summary of changes:
 airflow/models/baseoperator.py              |  2 +-
 airflow/ti_deps/deps/trigger_rule_dep.py    | 13 +++++
 airflow/utils/trigger_rule.py               |  1 +
 docs/apache-airflow/concepts/dags.rst       |  1 +
 tests/ti_deps/deps/test_trigger_rule_dep.py | 77 +++++++++++++++++++++++++++++
 tests/utils/test_trigger_rule.py            |  3 +-
 6 files changed, 95 insertions(+), 2 deletions(-)