shivaam commented on issue #64886: URL: https://github.com/apache/airflow/issues/64886#issuecomment-4212700934
## Tested: Amazon Provider 9.25.0rc1 **Environment:** Airflow 3 (main), Breeze, PostgreSQL, scheduler + triggerer running, real AWS (us-east-1) ### PR #64085 — Fix AwsBaseWaiterTrigger losing error details on deferred task failure Tested with two services using `deferrable=True` and intentional failures: - **Step Functions** — state machine with a `Fail` state. Confirmed `on_failure_callback` receives the actual error details instead of generic "Trigger failure". ✅ - **Glue** — ETL job that raises an exception. Confirmed `JobRun.ErrorMessage` propagates through `status_queries` and `on_failure_callback` gets the real Glue error. ✅ ### PRs #64629, #64661 — Debug logging + exception chaining (DynamoDB, SQS, Lambda, EC2, RDS) Code reviewed. Adds DEBUG-level logging and `from e` exception chaining. No functional change at default log levels. Existing unit tests pass. All three PRs look good. ✅ -- 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]
