You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/09/18 22:25:38 UTC

[airflow] branch main updated (e81f14b -> e25eea0)

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

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


    from e81f14b  Deactivating DAGs which have been removed from files (#17121)
     add e25eea0  Inclusive Language (#18349)

No new revisions were added by this update.

Summary of changes:
 COMMITTERS.rst                                               |  2 +-
 airflow/models/serialized_dag.py                             |  2 +-
 .../aws/example_dags/example_emr_job_flow_automatic_steps.py |  2 +-
 .../aws/example_dags/example_emr_job_flow_manual_steps.py    |  2 +-
 airflow/providers/google/cloud/hooks/cloud_memorystore.py    |  2 +-
 .../providers/google/cloud/operators/cloud_memorystore.py    |  2 +-
 airflow/providers/google/cloud/operators/dataproc.py         |  6 +++---
 airflow/providers/yandex/operators/yandexcloud_dataproc.py   |  2 +-
 airflow/providers_manager.py                                 |  4 ++--
 airflow/utils/db.py                                          |  2 +-
 airflow/utils/process_utils.py                               | 12 ++++++------
 .../operators/cloud/dataproc.rst                             |  2 +-
 scripts/docker/install_airflow.sh                            |  2 +-
 scripts/in_container/bin/install_aws.sh                      |  2 +-
 scripts/in_container/bin/install_az.sh                       |  2 +-
 scripts/in_container/bin/install_gcloud.sh                   |  2 +-
 scripts/in_container/bin/install_imgcat.sh                   |  2 +-
 scripts/in_container/bin/install_java.sh                     |  2 +-
 scripts/in_container/bin/install_kubectl.sh                  |  2 +-
 scripts/in_container/bin/install_terraform.sh                |  2 +-
 tests/core/test_providers_manager.py                         |  2 +-
 tests/models/test_dagbag.py                                  |  8 ++++----
 tests/models/test_dagrun.py                                  |  2 +-
 23 files changed, 34 insertions(+), 34 deletions(-)