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 2020/05/11 14:23:05 UTC

[airflow] branch master updated (5ae76d8 -> 2ec0130)

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

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


    from 5ae76d8  Option to set end_date for performance testing dag. (#8817)
     add 2ec0130  [AIRFLOW-4549] Allow skipped tasks to satisfy wait_for_downstream (#7735)

No new revisions were added by this update.

Summary of changes:
 UPDATING.md                                        | 10 ++++
 airflow/models/baseoperator.py                     |  6 +-
 airflow/models/taskinstance.py                     |  4 +-
 tests/dags/test_issue_1225.py                      |  7 +--
 ...only_dummy_tasks.py => test_prev_dagrun_dep.py} | 34 +++++------
 tests/models/test_dagrun.py                        | 65 +++++++++++++++++++++-
 tests/models/test_taskinstance.py                  | 32 +++++++++++
 7 files changed, 126 insertions(+), 32 deletions(-)
 copy tests/dags/{test_only_dummy_tasks.py => test_prev_dagrun_dep.py} (61%)