github-actions[bot] opened a new pull request, #71773: URL: https://github.com/apache/airflow/pull/71773
A Dag run can have no version of its own: runs carried over from Airflow 2 predate the version columns, and `airflow db clean` can remove the version a run was created with. Clearing such a run left its tasks without a version too, and a task instance with no version is never enqueued — so the task sat in queued until it timed out, while its revived run held up new ones. The clear dialogs offered no way out either, since they only showed the run-on-latest option when there was a version to compare against. (cherry picked from commit f5ec36107f9e02fa3af42a8c9129ad7a9ff56e85) Co-authored-by: Jed Cunningham <[email protected]> -- 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]
