You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2022/09/01 12:03:50 UTC

[airflow] branch main updated (1e19807c7e -> 5697e9fdfa)

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

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


    from 1e19807c7e Only send an SlaCallbackRequest if the DAG is scheduled (#26089)
     add 5697e9fdfa Don't fail DagRun when leaf mapped_task is SKIPPED (#25995)

No new revisions were added by this update.

Summary of changes:
 airflow/models/baseoperator.py              |  2 +-
 airflow/models/dagrun.py                    | 77 ++++++++++++++++-------------
 airflow/models/taskinstance.py              |  7 ++-
 airflow/ti_deps/dep_context.py              |  3 ++
 airflow/ti_deps/deps/trigger_rule_dep.py    | 35 ++++++-------
 tests/models/test_dagrun.py                 | 40 +++++++++++++--
 tests/models/test_taskinstance.py           |  2 +
 tests/ti_deps/deps/test_trigger_rule_dep.py | 29 +++++++++++
 8 files changed, 137 insertions(+), 58 deletions(-)