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/02/15 23:38:20 UTC

[airflow] branch master updated (e4629b6 -> 1ab4066)

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 e4629b6  docs: CI.rst: Typos and Link Fix (#14250)
     add 1ab4066  Add GoogleDriveToLocalOperator (#14191)

No new revisions were added by this update.

Summary of changes:
 ...gdrive_to_gcs.py => example_gdrive_to_local.py} | 20 ++++----
 .../transfers/gdrive_to_local.py}                  | 58 ++++++++++++----------
 airflow/providers/google/provider.yaml             |  4 ++
 airflow/providers/google/suite/hooks/drive.py      | 17 ++++++-
 .../{gcs_to_local.rst => gdrive_to_local.rst}      | 25 +++++-----
 .../google/cloud/transfers/test_gdrive_to_local.py | 47 ++++++++++++++++++
 6 files changed, 119 insertions(+), 52 deletions(-)
 copy airflow/providers/google/cloud/example_dags/{example_gdrive_to_gcs.py => example_gdrive_to_local.py} (73%)
 copy airflow/providers/google/{suite/sensors/drive.py => cloud/transfers/gdrive_to_local.py} (69%)
 copy docs/apache-airflow-providers-google/operators/transfer/{gcs_to_local.rst => gdrive_to_local.rst} (59%)
 create mode 100644 tests/providers/google/cloud/transfers/test_gdrive_to_local.py