You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by fe...@apache.org on 2021/02/08 10:13:49 UTC

[airflow] branch master updated (b0c3824 -> 8c5594b)

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

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


    from b0c3824  Add gdrive_to_gcs operator, drive sensor, additional functionality to drive hook, and supporting tests (#13982)
     add 8c5594b  includes the STS token if STS credentials are used (#11227)

No new revisions were added by this update.

Summary of changes:
 .../amazon/aws/transfers/redshift_to_s3.py         | 34 +++++----
 .../amazon/aws/transfers/s3_to_redshift.py         | 22 ++++--
 airflow/providers/amazon/aws/utils/redshift.py     | 49 +++++++++++++
 .../amazon/aws/transfers/test_redshift_to_s3.py    | 85 ++++++++++++++++++----
 .../amazon/aws/transfers/test_s3_to_redshift.py    | 66 +++++++++++++----
 tests/providers/amazon/aws/utils/test_redshift.py  | 59 +++++++++++++++
 6 files changed, 266 insertions(+), 49 deletions(-)
 create mode 100644 airflow/providers/amazon/aws/utils/redshift.py
 create mode 100644 tests/providers/amazon/aws/utils/test_redshift.py