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/31 21:12:15 UTC

[airflow] branch main updated (89a4c4d -> e7650b8)

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 89a4c4d  Fix file permissions in all build commands (#22656)
     add e7650b8  Add doc and sample dag for SqlToS3Operator (#22603)

No new revisions were added by this update.

Summary of changes:
 .../{example_ftp_to_s3.py => example_sql_to_s3.py} | 16 ++++++++-------
 .../providers/amazon/aws/transfers/sql_to_s3.py    |  6 +++++-
 airflow/providers/amazon/provider.yaml             |  2 ++
 .../transfer/{ftp_to_s3.rst => sql_to_s3.rst}      | 23 ++++++++++++----------
 4 files changed, 29 insertions(+), 18 deletions(-)
 copy airflow/providers/amazon/aws/example_dags/{example_ftp_to_s3.py => example_sql_to_s3.py} (76%)
 copy docs/apache-airflow-providers-amazon/operators/transfer/{ftp_to_s3.rst => sql_to_s3.rst} (64%)