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 2022/03/27 19:59:46 UTC

[airflow] branch main updated (bfc36fa -> df473d7)

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 bfc36fa  Fix bugs about timezone change (#22525)
     add df473d7  GoogleApiToS3Operator: update sample dag and doc (#22507)

No new revisions were added by this update.

Summary of changes:
 ...basic.py => example_google_api_sheets_to_s3.py} |  20 ++-
 ...nced.py => example_google_api_youtube_to_s3.py} |  73 +++++------
 airflow/providers/amazon/provider.yaml             |   2 +-
 .../operators/google_api_to_s3_transfer.rst        | 137 ---------------------
 .../operators/transfer/google_api_to_s3.rst        |  82 ++++++++++++
 docs/apache-airflow-providers-amazon/redirects.txt |   1 +
 .../aws/transfers/test_google_api_to_s3_system.py  |  23 ++--
 7 files changed, 132 insertions(+), 206 deletions(-)
 rename airflow/providers/amazon/aws/example_dags/{example_google_api_to_s3_transfer_basic.py => example_google_api_sheets_to_s3.py} (73%)
 rename airflow/providers/amazon/aws/example_dags/{example_google_api_to_s3_transfer_advanced.py => example_google_api_youtube_to_s3.py} (59%)
 delete mode 100644 docs/apache-airflow-providers-amazon/operators/google_api_to_s3_transfer.rst
 create mode 100644 docs/apache-airflow-providers-amazon/operators/transfer/google_api_to_s3.rst