KarshVashi commented on issue #67957:
URL: https://github.com/apache/airflow/issues/67957#issuecomment-4638426384

   I have tested `apache-airflow-providers-amazon==9.30.0rc1` for #67508 and 
#67876:
   
   Installed rc into a fresh venv and verified that both triggers' `hook()` 
methods construct underlying hook with the new params propagated:
   
   - **#67508** : `BatchJobTrigger` and `BatchCreateComputeEnvironmentTrigger` 
both call `BatchClientHook(aws_conn_id=..., region_name=..., verify=..., 
config=...)`.
   - **#67876** : All 5 migrated triggers 
(`RedshiftCreateClusterTrigger`,`RedshiftPauseClusterTrigger`, 
`RedshiftCreateClusterSnapshotTrigger`, `RedshiftResumeClusterTrigger`, 
`RedshiftDeleteClusterTrigger`) call `RedshiftHook(aws_conn_id=..., 
region_name=..., verify=..., config=...)`.
   
   Both fixes are present and behaving as expected in the RC
   


-- 
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]

Reply via email to