sanket801036 commented on issue #71490:
URL: https://github.com/apache/airflow/issues/71490#issuecomment-5284076377
Hi @amoghrajesh, I'd like to take this one.
Plan:
- In `GlueJobCompleteTrigger.run()`'s verbose polling loop, stop bundling
`STOPPED` with `SUCCEEDED` — treat it as a failure, matching the `job_complete`
waiter's explicit `failure` acceptor and
`GlueJobOperator.poll_until_complete`'s `JOB_RUN_SUCCESS_STATES =
("SUCCEEDED",)` from #71211.
- Add/adjust unit tests for the trigger covering the `STOPPED` state in
verbose mode so all three paths agree.
Could you assign this to me? Thanks!
--
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]