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/06/05 17:40:07 UTC

[airflow] branch master updated (16e06f8 -> 5918efc)

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 16e06f8  [AIRFLOW-5500] Fix the trigger_dag api in the case of nested subdags
     add 5918efc  Add 3.8 to the test matrices (#8836)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci.yml                           | 14 ++++++-------
 BREEZE.rst                                         | 18 ++++++++--------
 Dockerfile.ci                                      | 12 ++++++++---
 README.md                                          |  4 ++--
 airflow/__init__.py                                |  1 +
 .../providers/google/cloud/hooks/text_to_speech.py |  4 ++++
 breeze                                             |  4 ++--
 breeze-complete                                    |  2 +-
 requirements/requirements-python3.6.txt            | 22 ++++++++++----------
 requirements/requirements-python3.7.txt            | 22 ++++++++++----------
 ...ts-python3.7.txt => requirements-python3.8.txt} | 19 ++++++++---------
 requirements/setup-3.6.md5                         |  2 +-
 requirements/setup-3.7.md5                         |  2 +-
 requirements/setup-3.8.md5                         |  1 +
 setup.py                                           | 10 +++++++--
 .../apache/hive/operators/test_mssql_to_hive.py    |  9 +++++++-
 .../google/cloud/operators/test_dataproc.py        | 21 ++++++++-----------
 .../google/cloud/operators/test_mssql_to_gcs.py    |  6 +++++-
 .../microsoft/mssql/operators/test_mssql.py        | 24 +++++++++++++---------
 tests/test_core_to_contrib.py                      | 10 +++++++++
 20 files changed, 122 insertions(+), 85 deletions(-)
 copy requirements/{requirements-python3.7.txt => requirements-python3.8.txt} (97%)
 create mode 100644 requirements/setup-3.8.md5