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 079d7b5 (commit)
to ba36f87 (commit)
from 079d7b5 Enable more checks for pydocstyle (#10741)
add d84b62d Update node installation cmd (#10744)
add 5b683f0 Improve test coverage for test_common_schema.py (#10740)
add a1a312e Fix typo in test_dag_run_schema.py (#10739)
add 7f0271f Improve test coverage for ConfObject in dag_run_schema
(#10738)
add 0faa710 Add black to STATIC_CODE_CHECKS.rst (#10737)
add 4ce0a06 Remove duplicate entries from .mailmap (#10736)
add 527ea81 Add docs for how airflow manages packages and imports (#10303)
add ece685b Asynchronous execution of Dataproc jobs with a Sensor (#10673)
add 28c21cf clean-logs script for Dockerfile: trim logs before sleep
(#10685)
add ba36f87 Make scripts/ci/openapi Google Shell Guide compatible (#10747)
No new revisions were added by this update.
Summary of changes:
.mailmap | 3 -
CONTRIBUTING.rst | 2 +-
STATIC_CODE_CHECKS.rst | 2 +
.../google/cloud/example_dags/example_dataproc.py | 16 ++
.../providers/google/cloud/operators/dataproc.py | 32 ++-
airflow/providers/google/cloud/sensors/dataproc.py | 81 +++++++
docs/concepts.rst | 4 +
docs/executor/celery.rst | 2 +
docs/howto/custom-operator.rst | 1 +
docs/howto/customize-state-colors-ui.rst | 5 +
docs/howto/set-config.rst | 3 +
docs/index.rst | 1 +
docs/logging-monitoring/logging-tasks.rst | 1 +
docs/logging-monitoring/metrics.rst | 2 +
docs/modules_management.rst | 258 +++++++++++++++++++++
docs/operators-and-hooks-ref.rst | 2 +-
docs/plugins.rst | 3 +
docs/security/api.rst | 2 +
docs/spelling_wordlist.txt | 5 +
docs/tutorial.rst | 3 +
scripts/ci/openapi/client_codegen_diff.sh | 35 ++-
scripts/in_container/prod/clean-logs.sh | 6 +-
tests/api_connexion/schemas/test_common_schema.py | 8 +-
tests/api_connexion/schemas/test_dag_run_schema.py | 6 +-
.../google/cloud/operators/test_dataproc.py | 36 +++
.../google/cloud/sensors/test_dataproc.py | 128 ++++++++++
26 files changed, 620 insertions(+), 27 deletions(-)
create mode 100644 airflow/providers/google/cloud/sensors/dataproc.py
create mode 100644 docs/modules_management.rst
create mode 100644 tests/providers/google/cloud/sensors/test_dataproc.py