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/12/08 08:42:52 UTC

[airflow] branch master updated (5e0a2d7 -> ef523b4)

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 5e0a2d7  Fix failing test in TestSchedulerJob (#12906)
     add ef523b4  Move branch_operator.py to branch.py (#12900)

No new revisions were added by this update.

Summary of changes:
 UPDATING.md                                        | 10 ++++++
 .../operators/{branch_operator.py => branch.py}    |  0
 airflow/operators/branch_operator.py               | 39 ++++------------------
 airflow/operators/latest_only.py                   |  2 +-
 .../refactor_provider_packages.py                  |  1 +
 docs/apache-airflow/concepts.rst                   |  2 +-
 tests/deprecated_classes.py                        |  4 +++
 tests/operators/test_branch_operator.py            |  2 +-
 8 files changed, 25 insertions(+), 35 deletions(-)
 copy airflow/operators/{branch_operator.py => branch.py} (100%)