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 e7fed6b DB upgrade is required when updating Airflow (#22061)
add c1faaf3 Add sample dag and doc for RedshiftToS3Operator (#22060)
No new revisions were added by this update.
Summary of changes:
.../{example_sns.py => example_redshift_to_s3.py} | 30 +++++++-----
.../amazon/aws/transfers/redshift_to_s3.py | 4 ++
airflow/providers/amazon/provider.yaml | 1 +
.../operators/transfer/redshift_to_s3.rst | 56 ++++++++++++++++++++++
.../operators/transfer/s3_to_redshift.rst | 16 ++++---
5 files changed, 87 insertions(+), 20 deletions(-)
copy airflow/providers/amazon/aws/example_dags/{example_sns.py =>
example_redshift_to_s3.py} (61%)
create mode 100644
docs/apache-airflow-providers-amazon/operators/transfer/redshift_to_s3.rst