You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ur...@apache.org on 2022/02/09 14:25:29 UTC

[airflow] branch main updated (f41bcf1 -> 99f86cc)

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

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


    from f41bcf1  add how-to guide for sqoop operator (#21424)
     add 99f86cc  Some refactoring work on scheduling code (#21414)

No new revisions were added by this update.

Summary of changes:
 airflow/models/dagrun.py                           |  64 ++-
 airflow/ti_deps/dep_context.py                     |  21 +-
 airflow/ti_deps/deps/not_previously_skipped_dep.py |   4 +-
 airflow/ti_deps/deps/trigger_rule_dep.py           |  11 +-
 tests/models/test_dagrun.py                        | 440 +++++++++++----------
 tests/ti_deps/deps/test_trigger_rule_dep.py        |  10 +-
 6 files changed, 288 insertions(+), 262 deletions(-)