This is an automated email from the ASF dual-hosted git repository.
onikolas pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from e5730364b4 Remove hard-coded executor reschedule mode coupling
(#28934)
add efaed34213 Add transfer operator S3 to (generic) SQL (#29085)
No new revisions were added by this update.
Summary of changes:
.../providers/amazon/aws/transfers/s3_to_sql.py | 128 +++++++++++++++
airflow/providers/amazon/provider.yaml | 4 +
.../transfer/{sql_to_s3.rst => s3_to_sql.rst} | 41 +++--
.../amazon/aws/transfers/test_s3_to_sql.py | 118 ++++++++++++++
.../providers/amazon/aws/example_s3_to_sql.py | 181 +++++++++++++++++++++
5 files changed, 456 insertions(+), 16 deletions(-)
create mode 100644 airflow/providers/amazon/aws/transfers/s3_to_sql.py
copy docs/apache-airflow-providers-amazon/operators/transfer/{sql_to_s3.rst =>
s3_to_sql.rst} (51%)
create mode 100644 tests/providers/amazon/aws/transfers/test_s3_to_sql.py
create mode 100644 tests/system/providers/amazon/aws/example_s3_to_sql.py