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(-)