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/08 10:58:27 UTC

[airflow] branch main updated (40944fc -> 374354d)

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 40944fc  Clean up the `pre-commit` config (#22052)
     add 374354d  Dynamo to S3 Sample DAG and Docs (#21920)

No new revisions were added by this update.

Summary of changes:
 .../{example_sns.py => example_dynamodb_to_s3.py}  | 22 ++++----
 .../example_dynamodb_to_s3_segmented.py            | 60 +++++++++++++++++++++
 .../amazon/aws/transfers/dynamodb_to_s3.py         | 29 ++--------
 airflow/providers/amazon/provider.yaml             |  1 +
 .../operators/transfer/dynamodb_to_s3.rst          | 61 ++++++++++++++++++++++
 5 files changed, 139 insertions(+), 34 deletions(-)
 copy airflow/providers/amazon/aws/example_dags/{example_sns.py => example_dynamodb_to_s3.py} (61%)
 create mode 100644 airflow/providers/amazon/aws/example_dags/example_dynamodb_to_s3_segmented.py
 create mode 100644 docs/apache-airflow-providers-amazon/operators/transfer/dynamodb_to_s3.rst