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

   Follow-up to https://github.com/apache/airflow/issues/21711
   
   While fixing the above I noticed that SagemakerProcessingOperator "increment 
if job name exists" was matching on "contains" when really it should have been 
matching on the specific pattern `^{proposed_name}{suffix_template}$`
   
   Mocking sleep() in the tests shaved test run times from 9.98s to 457ms


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