This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to tag nightly-master
in repository https://gitbox.apache.org/repos/asf/airflow.git.
*** WARNING: tag nightly-master was modified! ***
from 997ddb6 (commit)
to 2141853 (commit)
from 997ddb6 Add airflow plugin command (#9001)
add f56811d [AIRFLOW-6290] Create guide for GKE operators (#8883)
add 32ef0cd [AIRFLOW-3607] Optimize dep checking when depends on past set
and concurrency limit
add 9bcdada Add 'main' param to template_fields in
DataprocSubmitPySparkJobOperator (#9154)
add 16e06f8 [AIRFLOW-5500] Fix the trigger_dag api in the case of nested
subdags
add 5918efc Add 3.8 to the test matrices (#8836)
add 2141853 Fix typo. 'Depreciation' to 'deprecation'. (#9160)
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 +
airflow/api/common/experimental/trigger_dag.py | 9 +-
airflow/models/dagrun.py | 19 +--
.../example_dags/example_kubernetes_engine.py | 10 ++
.../providers/google/cloud/hooks/text_to_speech.py | 4 +
.../providers/google/cloud/operators/dataproc.py | 4 +-
breeze | 4 +-
breeze-complete | 2 +-
docs/howto/operator/gcp/kubernetes_engine.rst | 130 +++++++++++++++++++++
docs/howto/operator/kubernetes.rst | 6 +
docs/operators-and-hooks-ref.rst | 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 +-
tests/api/common/experimental/test_trigger_dag.py | 25 ++++
.../apache/hive/operators/test_mssql_to_hive.py | 9 +-
.../google/cloud/operators/test_dataproc.py | 35 +++---
.../google/cloud/operators/test_mssql_to_gcs.py | 6 +-
.../microsoft/mssql/operators/test_mssql.py | 24 ++--
tests/test_core_to_contrib.py | 10 ++
tests/test_project_structure.py | 1 -
29 files changed, 311 insertions(+), 116 deletions(-)
create mode 100644 docs/howto/operator/gcp/kubernetes_engine.rst
copy requirements/{requirements-python3.7.txt => requirements-python3.8.txt}
(97%)
create mode 100644 requirements/setup-3.8.md5