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 55d8bc0bba Add `DbtCloudListJobsOperator` (#26475)
add 9b232846b3 Redshift to S3 and S3 to Redshift System test (AIP-47)
(#26613)
No new revisions were added by this update.
Summary of changes:
.../aws/example_dags/example_s3_to_redshift.py | 80 -------
.../amazon/aws/transfers/redshift_to_s3.py | 1 +
.../amazon/aws/transfers/s3_to_redshift.py | 10 +-
.../operators/transfer/redshift_to_s3.rst | 2 +-
.../operators/transfer/s3_to_redshift.rst | 2 +-
.../amazon/aws/transfers/test_redshift_to_s3.py | 1 +
.../amazon/aws/transfers/test_s3_to_redshift.py | 1 +
...edshift.py => example_redshift_s3_transfers.py} | 235 +++++++++------------
.../providers/amazon/aws/example_redshift_to_s3.py | 53 -----
9 files changed, 110 insertions(+), 275 deletions(-)
delete mode 100644
airflow/providers/amazon/aws/example_dags/example_s3_to_redshift.py
copy tests/system/providers/amazon/aws/{example_redshift.py =>
example_redshift_s3_transfers.py} (52%)
delete mode 100644 tests/system/providers/amazon/aws/example_redshift_to_s3.py