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/01/24 00:04:07 UTC

[airflow] branch main updated (515ea84 -> bad070f)

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 515ea84  Fix running airflow dags test <dag_id> <execution_dt> results in error when run twice (#21031)
     add bad070f  Create a generic operator SqlToS3Operator and deprecate the MySqlToS3Operator.  (#20807)

No new revisions were added by this update.

Summary of changes:
 CONTRIBUTING.rst                                   |   2 +-
 .../providers/amazon/aws/transfers/mysql_to_s3.py  | 160 ++++-----------------
 .../aws/transfers/{mysql_to_s3.py => sql_to_s3.py} |  88 ++++++------
 airflow/providers/amazon/provider.yaml             |   3 +
 airflow/providers/dependencies.json                |   1 -
 dev/provider_packages/prepare_provider_packages.py |   1 +
 .../amazon/aws/transfers/test_mysql_to_s3.py       |  38 +++--
 .../{test_mysql_to_s3.py => test_sql_to_s3.py}     |  53 +++----
 8 files changed, 125 insertions(+), 221 deletions(-)
 copy airflow/providers/amazon/aws/transfers/{mysql_to_s3.py => sql_to_s3.py} (71%)
 copy tests/providers/amazon/aws/transfers/{test_mysql_to_s3.py => test_sql_to_s3.py} (65%)