The GitHub Actions job "Tests AMD" on 
airflow.git/onikolas/fix_glue_deferred_waiting has succeeded.
Run started by GitHub user o-nikolas (triggered by o-nikolas).

Head commit for run:
6061e19638c2813cec2cc293fbbdc177261f7574 / Niko Oliveira <[email protected]>
Fix GlueJobOperator deferred waiting

In #52243 the waiting was moved from custom code within the glue hook to
using the aws base waiters when deferring Glue jobs. The Trigger was
given inappropriate inputs which caused it to wait for zero attempts,
which causes our tests to fail. This change moves to using the common
parameters we use for other operators in deferrable with the same
defaults as the Trigger has.
Note: previously this Operator used to wait indefinitely for the job to
either complete or fail. The default now waits for 75 minutes. The aws
base waiter has no ability to wait indefinitely, nor do I think it
should, that feels like a bug to me. So I'm considering this slight
behaviour change a bug fix of a bug fix.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to