o-nikolas opened a new pull request, #68925:
URL: https://github.com/apache/airflow/pull/68925

   `RedshiftClusterTrigger` now accepts and serializes `region_name`, `verify`, 
and
   `botocore_config` and builds its hook with them, and `RedshiftClusterSensor`
   forwards those values when deferring. Previously a deferred 
`RedshiftClusterSensor`
   silently dropped the region, SSL verification, and botocore configuration.
   
   The trigger keeps inheriting `BaseTrigger` (rather than 
`AwsBaseWaiterTrigger`)
   because it polls for an arbitrary `target_status`, which no single boto 
waiter
   covers — the same approach used by `GlueCatalogPartitionTrigger`.
   
   This completes the trigger portion of the Redshift cluster item in the
   base-AWS-classes migration initiative.
   
   related: #35278
   
   ---
   
   ##### Was generative AI tooling used to co-author this PR?
   
   - [X] Yes — Kiro (claude-opus-4.8)
   
   Generated-by: Kiro (claude-opus-4.8) following [the 
guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions)


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