You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by tu...@apache.org on 2021/01/24 12:59:57 UTC

[airflow] branch master updated (910ba25 -> f473ca7)

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

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


    from 910ba25  Fix spellings (#13867)
     add f473ca7  Replace `google_cloud_storage_conn_id` by `gcp_conn_id` when using `GCSHook` (#13851)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/amazon/aws/transfers/gcs_to_s3.py          |  2 +-
 airflow/providers/google/cloud/operators/bigquery.py         |  4 ++--
 airflow/providers/google/cloud/operators/dataproc.py         |  4 +---
 airflow/providers/google/cloud/operators/gcs.py              | 12 ++++++------
 airflow/providers/google/cloud/operators/text_to_speech.py   |  2 +-
 airflow/providers/google/cloud/sensors/gcs.py                |  6 +++---
 airflow/providers/google/cloud/transfers/adls_to_gcs.py      |  2 +-
 .../google/cloud/transfers/azure_fileshare_to_gcs.py         |  2 +-
 airflow/providers/google/cloud/transfers/cassandra_to_gcs.py |  2 +-
 airflow/providers/google/cloud/transfers/gcs_to_bigquery.py  |  2 +-
 airflow/providers/google/cloud/transfers/gcs_to_gcs.py       |  2 +-
 airflow/providers/google/cloud/transfers/gcs_to_local.py     |  2 +-
 airflow/providers/google/cloud/transfers/local_to_gcs.py     |  2 +-
 airflow/providers/google/cloud/transfers/s3_to_gcs.py        |  2 +-
 .../google/marketing_platform/operators/campaign_manager.py  |  2 +-
 .../google/marketing_platform/operators/display_video.py     |  2 +-
 airflow/providers/google/suite/transfers/gcs_to_gdrive.py    |  2 +-
 tests/providers/google/cloud/operators/test_gcs.py           |  2 +-
 .../providers/google/cloud/operators/test_text_to_speech.py  |  2 +-
 tests/providers/google/cloud/sensors/test_gcs.py             |  8 ++++----
 tests/providers/google/cloud/transfers/test_adls_to_gcs.py   |  2 +-
 .../google/cloud/transfers/test_azure_fileshare_to_gcs.py    |  2 +-
 tests/providers/google/cloud/transfers/test_s3_to_gcs.py     |  4 ++--
 .../marketing_platform/operators/test_campaign_manager.py    |  2 +-
 .../marketing_platform/operators/test_display_video.py       |  2 +-
 tests/providers/google/suite/transfers/test_gcs_to_gdrive.py |  6 +++---
 26 files changed, 40 insertions(+), 42 deletions(-)