uranusjr commented on issue #47687: URL: https://github.com/apache/airflow/issues/47687#issuecomment-2736267622
This is a backend bug; when a task is expanded, new task instances are created here https://github.com/apache/airflow/blob/c7a0681a61c19f14055c5dfd4e58d915f73d16c3/airflow/models/taskmap.py#L225-L232 This fails to foward the version information from the original ti. -- 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]
