o-nikolas opened a new pull request, #68927: URL: https://github.com/apache/airflow/pull/68927
`SageMakerTrigger` and `SageMakerPipelineTrigger` now inherit `AwsBaseWaiterTrigger`, so they accept and propagate the generic AWS hook parameters (`region_name`, `verify`, `botocore_config`) consistently with the rest of the Amazon provider. `SageMakerPipelineTrigger` keeps its per-step pipeline-progress logging via an overridden `run()`, the same pattern used by `GlueJobCompleteTrigger`. The SageMaker operators that defer to these triggers were updated accordingly (`waiter_delay`/`waiter_max_attempts` parameters and the success `TriggerEvent` payload). This completes the trigger portion of the SageMaker 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]
