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/10/14 12:16:59 UTC

[airflow] branch master updated (bcf0557 -> 6c8cf6a)

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 bcf0557  Fixes remaining test-type strategy problems (#11522)
     add 6c8cf6a  Add reset_dag_run option on dagrun_operator to clear existing dag run (#11484)

No new revisions were added by this update.

Summary of changes:
 airflow/api/common/experimental/trigger_dag.py |  2 +-
 airflow/operators/dagrun_operator.py           | 50 +++++++++++++++++++++-----
 tests/operators/test_dagrun_operator.py        | 30 ++++++++++++++++
 3 files changed, 72 insertions(+), 10 deletions(-)