You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by tu...@apache.org on 2020/06/09 12:17:57 UTC

[airflow] branch master updated (d8e5490 -> b762763)

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

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


    from d8e5490  Update AWS connection example to show how to set from env var (#9191)
     add b762763  Query TaskReschedule only if task is UP_FOR_RESCHEDULE (#9087)

No new revisions were added by this update.

Summary of changes:
 airflow/models/taskinstance.py                     | 10 +++---
 airflow/models/taskreschedule.py                   | 31 +++++++++++++----
 airflow/ti_deps/deps/ready_to_reschedule.py        | 10 ++++--
 tests/jobs/test_local_task_job.py                  |  2 +-
 tests/ti_deps/deps/test_ready_to_reschedule_dep.py | 40 +++++++++++-----------
 5 files changed, 58 insertions(+), 35 deletions(-)