Lee-W commented on code in PR #36550:
URL: https://github.com/apache/airflow/pull/36550#discussion_r1443601061


##########
airflow/providers/amazon/aws/triggers/redshift_cluster.py:
##########
@@ -262,3 +264,53 @@ def __init__(
 
     def hook(self) -> AwsGenericHook:
         return RedshiftHook(aws_conn_id=self.aws_conn_id)
+
+
+class RedshiftClusterSensorTrigger(BaseTrigger):

Review Comment:
   Sounds good. I just renamed it as `RedshiftClusterTrigger`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to