Codingaditya17 commented on issue #67657: URL: https://github.com/apache/airflow/issues/67657#issuecomment-4569621872
I checked this against the existing fix in #65835. The fix is already present on newer branches, but it was missing from the `v3-1-test` line, which matches this report being on Airflow 3.1.6. I opened a backport PR against `v3-1-test` to bring over the backend DagVersion alignment fix for `run_on_latest_version=True`. The backport keeps the change focused to `clear_task_instances`, so cleared task instances use the latest `dag_version_id`, and queued/running DagRuns are aligned to the latest DAG/bundle version before the next task execution. PR: https://github.com/apache/airflow/pull/67673 -- 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]
