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 9860719  [AIRFLOW-5545] Fixes recursion in DAG cycle testing (#6175)
     add 00ffedb  Add amazon glacier to GCS transfer operator (#10947)

No new revisions were added by this update.

Summary of changes:
 .../aws/example_dags/example_glacier_to_gcs.py     |  72 ++++++++++++
 airflow/providers/amazon/aws/hooks/glacier.py      |  73 ++++++++++++
 .../amazon/aws/operators/glacier.py}               |  32 ++++--
 airflow/providers/amazon/aws/sensors/glacier.py    |  99 ++++++++++++++++
 .../amazon/aws/transfers/glacier_to_gcs.py         | 122 ++++++++++++++++++++
 docs/howto/operator/amazon/aws/glacier.rst         |  72 ++++++++++++
 docs/howto/operator/amazon/aws/index.rst           |   1 +
 .../amazon/aws/transfer/glacier_to_gcs.rst         |  45 ++++++++
 .../{google => amazon/aws}/transfer/index.rst      |   2 +-
 docs/operators-and-hooks-ref.rst                   |  11 ++
 setup.py                                           |   1 +
 tests/providers/amazon/aws/hooks/test_glacier.py   | 128 +++++++++++++++++++++
 .../providers/amazon/aws/operators/test_glacier.py |  43 +++++++
 .../{test_emr_system.py => test_glacier_system.py} |  22 ++--
 tests/providers/amazon/aws/sensors/test_glacier.py |  69 +++++++++++
 .../amazon/aws/transfers/test_glacier_to_gcs.py    |  66 +++++++++++
 16 files changed, 840 insertions(+), 18 deletions(-)
 create mode 100644 
airflow/providers/amazon/aws/example_dags/example_glacier_to_gcs.py
 create mode 100644 airflow/providers/amazon/aws/hooks/glacier.py
 copy airflow/{operators/dummy_operator.py => 
providers/amazon/aws/operators/glacier.py} (52%)
 create mode 100644 airflow/providers/amazon/aws/sensors/glacier.py
 create mode 100644 airflow/providers/amazon/aws/transfers/glacier_to_gcs.py
 create mode 100644 docs/howto/operator/amazon/aws/glacier.rst
 create mode 100644 docs/howto/operator/amazon/aws/transfer/glacier_to_gcs.rst
 copy docs/howto/operator/{google => amazon/aws}/transfer/index.rst (97%)
 create mode 100644 tests/providers/amazon/aws/hooks/test_glacier.py
 create mode 100644 tests/providers/amazon/aws/operators/test_glacier.py
 copy tests/providers/amazon/aws/operators/{test_emr_system.py => 
test_glacier_system.py} (64%)
 create mode 100644 tests/providers/amazon/aws/sensors/test_glacier.py
 create mode 100644 tests/providers/amazon/aws/transfers/test_glacier_to_gcs.py

Reply via email to