This is an automated email from the ASF dual-hosted git repository.
eladkal pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 9a1ea45167d examples dags: Update redshift node version dc2.large is
deprecated (#52120)
9a1ea45167d is described below
commit 9a1ea45167d74e5f9348061b99e1999535594061
Author: Niko Oliveira <[email protected]>
AuthorDate: Mon Jun 23 21:25:15 2025 -0700
examples dags: Update redshift node version dc2.large is deprecated (#52120)
---
providers/amazon/tests/system/amazon/aws/example_redshift.py | 2 +-
.../amazon/tests/system/amazon/aws/example_redshift_s3_transfers.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/providers/amazon/tests/system/amazon/aws/example_redshift.py
b/providers/amazon/tests/system/amazon/aws/example_redshift.py
index 7fd9e0cc044..b2ffb56eef5 100644
--- a/providers/amazon/tests/system/amazon/aws/example_redshift.py
+++ b/providers/amazon/tests/system/amazon/aws/example_redshift.py
@@ -74,7 +74,7 @@ with DAG(
cluster_subnet_group_name=cluster_subnet_group_name,
publicly_accessible=False,
cluster_type="single-node",
- node_type="dc2.large",
+ node_type="ra3.large",
master_username=DB_LOGIN,
master_user_password=DB_PASS,
)
diff --git
a/providers/amazon/tests/system/amazon/aws/example_redshift_s3_transfers.py
b/providers/amazon/tests/system/amazon/aws/example_redshift_s3_transfers.py
index c3bcdc8b12d..8392bed89bb 100644
--- a/providers/amazon/tests/system/amazon/aws/example_redshift_s3_transfers.py
+++ b/providers/amazon/tests/system/amazon/aws/example_redshift_s3_transfers.py
@@ -111,7 +111,7 @@ with DAG(
cluster_subnet_group_name=cluster_subnet_group_name,
publicly_accessible=False,
cluster_type="single-node",
- node_type="dc2.large",
+ node_type="ra3.large",
master_username=DB_LOGIN,
master_user_password=DB_PASS,
)