KarshVashi commented on issue #35278:
URL: https://github.com/apache/airflow/issues/35278#issuecomment-4558690829
For Redshift cluster triggers, five of the six triggers already use
`AwsBaseWaiterTrigger` and need the same `verify`/`botocore_config` propagation:
> - `RedshiftCreateClusterTrigger`
> - `RedshiftPauseClusterTrigger`
> - `RedshiftCreateClusterSnapshotTrigger`
> - `RedshiftResumeClusterTrigger`
> - `RedshiftDeleteClusterTrigger`
Would it make sense to implement migration for the above ones and skipping
`RedshiftClusterTrigger` as it uses a custom polling loop with `BaseTrigger`?
--
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]