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 2021/06/01 01:56:33 UTC

[airflow] branch master updated (352fefa -> eb85c9d)

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 352fefa  Uses bind volume instead of docker volume for MSSQL docker in tmpfs (#16159)
     add eb85c9d  Replace deprecated ``dag.sub_dag`` with ``dag.partial_subset`` (#16179)

No new revisions were added by this update.

Summary of changes:
 airflow/models/dag.py                      |  4 ++--
 airflow/www/views.py                       | 16 ++++++++--------
 tests/jobs/test_backfill_job.py            |  6 ++++--
 tests/models/test_dag.py                   |  2 +-
 tests/sensors/test_external_task_sensor.py |  2 +-
 tests/utils/test_task_group.py             |  4 ++--
 6 files changed, 18 insertions(+), 16 deletions(-)