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 2021/07/21 16:31:34 UTC

[airflow] branch main updated (038b87e -> 32582b5)

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 038b87e  Add missing changelog entry for 2.1.2 (#17136)
     add 32582b5  Adding SalesforceToS3Operator to Amazon Provider (#17094)

No new revisions were added by this update.

Summary of changes:
 CONTRIBUTING.rst                                   |   2 +-
 .../aws/example_dags/example_salesforce_to_s3.py   |  72 +++++++++++++
 .../aws/transfers/salesforce_to_s3.py}             | 116 ++++++++++++---------
 airflow/providers/amazon/provider.yaml             |   4 +
 airflow/providers/dependencies.json                |   1 +
 .../operators/salesforce_to_s3.rst                 |  53 ++++++++++
 .../aws/transfers/test_salesforce_to_s3.py}        |  87 +++++++++++-----
 7 files changed, 257 insertions(+), 78 deletions(-)
 create mode 100644 airflow/providers/amazon/aws/example_dags/example_salesforce_to_s3.py
 copy airflow/providers/{google/cloud/transfers/salesforce_to_gcs.py => amazon/aws/transfers/salesforce_to_s3.py} (51%)
 create mode 100644 docs/apache-airflow-providers-amazon/operators/salesforce_to_s3.rst
 copy tests/providers/{google/cloud/transfers/test_salesforce_to_gcs.py => amazon/aws/transfers/test_salesforce_to_s3.py} (51%)