neevmodh commented on issue #71489: URL: https://github.com/apache/airflow/issues/71489#issuecomment-5782291937
Hi @amoghrajesh, I'd like to work on this. Plan per your fix direction: - Bound the pagination walk in `_find_job_run_id_by_task_uuid` (page cap and/or stop once a run's `StartedOn` predates the DAG run) - Narrow `except Exception` to `except ClientError` around the scan/XCom lookup - Log the fallthrough at `error` level with the actual reason instead of swallowing at `warning` - Document the `glue:GetJobRuns` IAM requirement alongside the existing `StartJobRun`/`GetJobRun` docs Will add/extend tests covering the bounded walk and narrowed exception handling. Will open a PR. -- 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]
