Codingaditya17 opened a new pull request, #67291:
URL: https://github.com/apache/airflow/pull/67291

   This PR fixes SageMakerProcessingOperator so that Processing jobs ending in 
the Stopped state are treated as failed terminal states when deferrable=True 
and wait_for_completion=True.
   
   The operator was checking the generic SageMaker failed_states, which does 
not include Stopped. This updates it to use processing_job_failed_states and 
adds a unit test for the Stopped state before deferral.
   
   Closes #67281
   
   Tests:
   - Not run locally: uv test environment failed while building jpype1 because 
Java runtime is not installed on my machine.


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