vincbeck commented on code in PR #36550:
URL: https://github.com/apache/airflow/pull/36550#discussion_r1442952378
##########
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:
I am wondering if "sensor" is needed in the trigger name. I feel like
"sensor" is implicit because a trigger will always sense something until it
reaches a given state
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]