This is an automated email from the ASF dual-hosted git repository.
dstandish pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from ba79adb Make container creation configurable when uploading files via
WasbHook (#20510)
add af79df6 Add RedshiftDataHook (#19137)
No new revisions were added by this update.
Summary of changes:
.../example_redshift_data_execute_sql.py | 80 +++++++++++
.../amazon/aws/hooks/{rds.py => redshift_data.py} | 25 ++--
.../amazon/aws/operators/redshift_data.py | 159 +++++++++++++++++++++
airflow/providers/amazon/provider.yaml | 10 ++
docs/apache-airflow-providers-amazon/index.rst | 25 ++--
.../{sqs_publish.rst => redshift_data.rst} | 42 +++---
setup.py | 1 +
.../hooks/{test_rds.py => test_redshift_data.py} | 9 +-
.../amazon/aws/operators/test_redshift_data.py | 108 ++++++++++++++
9 files changed, 404 insertions(+), 55 deletions(-)
create mode 100644
airflow/providers/amazon/aws/example_dags/example_redshift_data_execute_sql.py
copy airflow/providers/amazon/aws/hooks/{rds.py => redshift_data.py} (73%)
create mode 100644 airflow/providers/amazon/aws/operators/redshift_data.py
copy docs/apache-airflow-providers-amazon/operators/{sqs_publish.rst =>
redshift_data.rst} (51%)
copy tests/providers/amazon/aws/hooks/{test_rds.py => test_redshift_data.py}
(76%)
create mode 100644 tests/providers/amazon/aws/operators/test_redshift_data.py