You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2021/05/18 10:51:06 UTC

[airflow] branch master updated (1f5d7f4 -> 4295845)

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

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


    from 1f5d7f4  Update version to next dev version (#15916)
     add 4295845  Sandbox templates (#15912)

No new revisions were added by this update.

Summary of changes:
 airflow/models/baseoperator.py                     |  7 +++++-
 airflow/models/dag.py                              |  3 ++-
 airflow/models/taskinstance.py                     | 11 +++------
 .../example_latest_only.py => templates.py}        | 26 ++++++++------------
 .../hooks/conftest.py => core/test_templates.py}   | 28 ++++++++++++----------
 tests/models/test_baseoperator.py                  |  2 +-
 6 files changed, 38 insertions(+), 39 deletions(-)
 copy airflow/{example_dags/example_latest_only.py => templates.py} (58%)
 copy tests/{providers/amazon/aws/hooks/conftest.py => core/test_templates.py} (62%)