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 ddee0aa  (commit)
      to 3a4f517  (commit)
    from ddee0aa  Simplify load connection in LocalFilesystemBackend (#10638)
     add 18b80f3  The scripts to run tests properly initialises constants 
(#10769)
     add 1959d6a  Make static checks Google Shell Guide compatible (#10750)
     add c8ee455  Refactor DataprocCreateCluster operator to use simpler 
interface (#10403)
     add f14f379  [AIRFLOW-10672] Refactor BigQueryToGCSOperator to use new 
method (#10773)
     add ef0d639  Fixes pre-commit failing on build step (#10785)
     add 3a4f517  fix task instance modal open performance issue (#10764)

No new revisions were added by this update.

Summary of changes:
 .../google/cloud/example_dags/example_dataproc.py  |  42 ++--
 airflow/providers/google/cloud/hooks/dataproc.py   |  29 ++-
 .../providers/google/cloud/operators/dataproc.py   | 216 ++++++++-----------
 .../google/cloud/transfers/bigquery_to_gcs.py      |  38 ++--
 airflow/www/templates/airflow/dag.html             |   9 +-
 scripts/ci/libraries/_build_images.sh              |   4 +-
 scripts/ci/static_checks/bats_tests.sh             |   5 +-
 scripts/ci/static_checks/check_license.sh          |   7 +-
 scripts/ci/static_checks/flake8.sh                 |   6 +-
 scripts/ci/static_checks/mypy.sh                   |  10 +-
 scripts/ci/static_checks/pylint.sh                 |   5 +-
 scripts/ci/static_checks/refresh_pylint_todo.sh    |   2 +-
 scripts/ci/static_checks/run_static_checks.sh      |   6 +-
 scripts/ci/testing/ci_run_airflow_testing.sh       |  63 ++----
 scripts/in_container/_in_container_utils.sh        |   2 +-
 .../providers/google/cloud/hooks/test_dataproc.py  |  45 ++--
 .../google/cloud/operators/test_dataproc.py        | 239 ++++++++++-----------
 .../google/cloud/operators/test_dataproc_system.py |  13 +-
 .../google/cloud/transfers/test_bigquery_to_gcs.py |  30 ++-
 tests/test_utils/gcp_system_helpers.py             |   2 +-
 20 files changed, 373 insertions(+), 400 deletions(-)

Reply via email to