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 2020/10/16 17:55:35 UTC

[airflow] branch master updated (3c10ca6 -> 0823d46a)

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 3c10ca6  Add DataflowStartFlexTemplateOperator (#8550)
     add 0823d46a Add type annotations for AWS operators and hooks (#11434)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/amazon/aws/hooks/base_aws.py     |  3 +-
 .../amazon/aws/transfers/dynamodb_to_s3.py         | 12 +++---
 .../providers/amazon/aws/transfers/gcs_to_s3.py    | 28 +++++++-------
 .../amazon/aws/transfers/glacier_to_gcs.py         | 12 +++---
 .../amazon/aws/transfers/google_api_to_s3.py       | 44 +++++++++++-----------
 .../amazon/aws/transfers/hive_to_dynamodb.py       | 23 +++++------
 .../amazon/aws/transfers/imap_attachment_to_s3.py  | 20 +++++-----
 .../providers/amazon/aws/transfers/mongo_to_s3.py  | 31 ++++++++-------
 .../providers/amazon/aws/transfers/mysql_to_s3.py  |  4 +-
 .../amazon/aws/transfers/redshift_to_s3.py         |  2 +-
 .../amazon/aws/transfers/s3_to_redshift.py         | 12 +++---
 .../providers/amazon/aws/transfers/s3_to_sftp.py   | 15 ++++++--
 .../providers/amazon/aws/transfers/sftp_to_s3.py   | 15 ++++++--
 airflow/providers/google/cloud/hooks/gcs.py        |  4 +-
 .../providers/google/cloud/operators/bigquery.py   |  7 +---
 15 files changed, 124 insertions(+), 108 deletions(-)