henry3260 commented on issue #71490: URL: https://github.com/apache/airflow/issues/71490#issuecomment-5285042227
> Hi [@amoghrajesh](https://github.com/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 [Replace `resume_glue_job_on_retry` with durable execution for `GlueJobOperator` #71211](https://github.com/apache/airflow/pull/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! Hi @sanket801036! According to our policy, there’s no need to be assigned you can just raise a PR directly :) FYI: https://github.com/apache/airflow/blob/main/contributing-docs/18_contribution_workflow.rst -- 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]
