Andrushika commented on PR #70711: URL: https://github.com/apache/airflow/pull/70711#issuecomment-5130579725
From a quick look, `get_task_instance_tries` returns `TaskInstanceHistory` + the live `TaskInstance` without reconciling them, so the same `try_number` can show up twice after a clear. That looks like the same duplication #43891 already fixed for the `UP_FOR_RETRY` state. -- 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]
