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/01/07 09:43:53 UTC

[airflow] branch master updated (09c1e9a -> 308f1d0)

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 09c1e9a  upgrade mysql-connector-python to 8.0.22 (#13370)
     add 308f1d0  [AIRFLOW-3723] Add Gzip capability to mongo_to_S3 operator (#13187)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/amazon/aws/hooks/s3.py           | 16 +++++++++++++
 .../providers/amazon/aws/transfers/mongo_to_s3.py  |  8 ++++++-
 tests/providers/amazon/aws/hooks/test_s3.py        | 12 ++++++++++
 .../amazon/aws/transfers/test_mongo_to_s3.py       | 28 +++++++++++++++++++++-
 4 files changed, 62 insertions(+), 2 deletions(-)