potiuk commented on code in PR #72834: URL: https://github.com/apache/airflow/pull/72834#discussion_r3973450954
########## providers/amazon/docs/changelog.rst: ########## @@ -34,6 +37,33 @@ Changelog failed with a waiter timeout around the 20-minute mark now keep waiting for up to an hour. Pass ``waiter_max_attempts`` explicitly to restore the previous timeout. +Features +~~~~~~~~ + +* ``Scope asset API responses to the assets a user may read (#72682)`` +* ``Add dedicated exceptions for AWS waiter failures and let triggers customize event translation (#72455)`` + +Bug Fixes +~~~~~~~~~ + +* ``Fix region_name being ignored by the Step Functions execution trigger (#72625)`` +* ``Pass verify and botocore_config to GlueJobCompleteTrigger (#72557)`` +* ``Skip GCS folder-marker keys in GCSToS3Operator (#72497)`` +* ``Fix EmrContainerSensor reporting success for an unknown job state (#72500)`` +* ``Fix SageMaker Unified Studio trigger hook config (#72453)`` +* ``Increase Comprehend document classifier timeout from 20 to 60 minutes (#71969)`` + +Doc-only +~~~~~~~~ + +* ``Fix incorrect documented defaults in Amazon operators and sensors (#72315)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add failure-path and serialization tests for StepFunctionsExecutionCompleteTrigger (#72570)`` + * ``Add tests for the AWS Batch executor boto schemas (#72609)`` + * ``Ignore Amazon Linux preview AMIs in get_latest_ami_id (#72520)`` Review Comment: NIT. That's a behaviour change (Fix?) -- 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]
