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/05/22 04:31:26 UTC

[airflow] branch master updated (ee470e1 -> 476d0f6)

This is an automated email from the ASF dual-hosted git repository.

kamilbregula pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from ee470e1  Fix failing spelling check on Master (#15998)
     add 476d0f6  Bump pyupgrade v2.13.0 to v2.18.1 (#15991)

No new revisions were added by this update.

Summary of changes:
 .pre-commit-config.yaml                                  |  2 +-
 airflow/cli/commands/role_command.py                     |  2 +-
 airflow/cli/commands/task_command.py                     |  2 +-
 airflow/configuration.py                                 |  2 +-
 airflow/decorators/base.py                               |  8 +++-----
 airflow/executors/base_executor.py                       |  2 +-
 airflow/executors/celery_executor.py                     |  2 +-
 airflow/executors/debug_executor.py                      |  2 +-
 airflow/jobs/backfill_job.py                             |  2 +-
 airflow/jobs/scheduler_job.py                            |  8 ++++----
 airflow/models/dag.py                                    |  6 +++---
 airflow/models/dagbag.py                                 |  8 ++++----
 airflow/models/taskinstance.py                           |  2 +-
 airflow/operators/bash.py                                |  2 +-
 airflow/operators/sql.py                                 |  2 +-
 .../providers/amazon/aws/log/cloudwatch_task_handler.py  |  2 +-
 .../providers/apache/druid/transfers/hive_to_druid.py    |  2 +-
 airflow/providers/apache/hive/hooks/hive.py              |  8 ++++----
 airflow/providers/apache/hive/operators/hive_stats.py    |  2 +-
 airflow/providers/cncf/kubernetes/backcompat/volume.py   |  2 +-
 .../cncf/kubernetes/operators/kubernetes_pod.py          |  2 +-
 airflow/providers/elasticsearch/log/es_task_handler.py   |  2 +-
 airflow/providers/google/cloud/hooks/dataflow.py         |  2 +-
 airflow/providers/google/cloud/hooks/gdm.py              |  2 +-
 airflow/providers/microsoft/azure/hooks/azure_batch.py   |  2 +-
 airflow/stats.py                                         |  2 +-
 airflow/utils/process_utils.py                           |  4 ++--
 airflow/utils/strings.py                                 |  2 +-
 airflow/utils/task_group.py                              |  8 +++-----
 airflow/www/views.py                                     | 16 ++++++++--------
 dev/check_files.py                                       |  2 +-
 dev/provider_packages/prepare_provider_packages.py       |  2 +-
 docs/exts/docs_build/docs_builder.py                     |  4 ++--
 metastore_browser/hive_metastore.py                      |  4 ++--
 scripts/in_container/update_quarantined_test_status.py   |  2 +-
 setup.py                                                 |  2 +-
 tests/core/test_core.py                                  |  2 +-
 tests/hooks/test_subprocess.py                           |  2 +-
 tests/jobs/test_backfill_job.py                          |  2 +-
 .../amazon/aws/operators/test_s3_delete_objects.py       |  4 ++--
 tests/providers/apache/hive/hooks/test_hive.py           |  2 +-
 tests/providers/google/cloud/hooks/test_dataflow.py      |  2 +-
 .../google/cloud/operators/test_dataflow_system.py       |  3 +--
 tests/test_utils/logging_command_executor.py             | 10 +++++-----
 tests/test_utils/perf/dags/elastic_dag.py                |  2 +-
 tests/test_utils/perf/scheduler_ops_metrics.py           |  2 +-
 46 files changed, 76 insertions(+), 81 deletions(-)