The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix-sagemaker-transform-deferrable-silent-success has succeeded.
Run started by GitHub user steveahnahn (triggered by steveahnahn).

Head commit for run:
e84ae13733174cf92a2e7c7b233fdfaeb7e5ea77 / Steve Ahn 
<[email protected]>
Fix SageMakerTransformOperator succeeding on a failed deferred job

A deferred SageMaker transform job that fails during the wait was reported as a
successful task: execute_complete did not check the trigger event status, so the
failed job's description was pushed as the result and downstream tasks ran 
against
missing or invalid transform output with no error surfaced. Since the trigger 
was
migrated to AwsBaseWaiterTrigger it yields a {"status": "error"} event on 
failure
instead of raising, so the status guard that every sibling SageMaker operator 
has
became load-bearing here too.

Report URL: https://github.com/apache/airflow/actions/runs/28251009838

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to