This is an automated email from the ASF dual-hosted git repository.

vincbeck 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 32b11b1fdd1 Cleanup redundant RedshiftHook TODO comment for cluster 
snapshot creation (#67485)
32b11b1fdd1 is described below

commit 32b11b1fdd1a3c48d39fe76214ccb7e78dcc2dd1
Author: Taehoon Kim <[email protected]>
AuthorDate: Wed May 27 01:19:46 2026 +0900

    Cleanup redundant RedshiftHook TODO comment for cluster snapshot creation 
(#67485)
---
 .../amazon/src/airflow/providers/amazon/aws/hooks/redshift_cluster.py    | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/providers/amazon/src/airflow/providers/amazon/aws/hooks/redshift_cluster.py 
b/providers/amazon/src/airflow/providers/amazon/aws/hooks/redshift_cluster.py
index 314ed871613..fcddb5cda8c 100644
--- 
a/providers/amazon/src/airflow/providers/amazon/aws/hooks/redshift_cluster.py
+++ 
b/providers/amazon/src/airflow/providers/amazon/aws/hooks/redshift_cluster.py
@@ -75,7 +75,6 @@ class RedshiftHook(AwsBaseHook):
         )
         return response
 
-    # TODO: Wrap create_cluster_snapshot
     def cluster_status(self, cluster_identifier: str) -> str | None:
         """
         Get status of a cluster.

Reply via email to