parkhojeong commented on issue #56060: URL: https://github.com/apache/airflow/issues/56060#issuecomment-4470205428
@atul-astronomer Thanks for the report. This does not look like a bug to me because the UI in the shared recording updates as expected when the version changes. I could not reproduce this issue in Airflow 3.0.6. the shared recording | Before | After | | --- | --- | | <img width="2245" height="1123" alt="Image" src="https://github.com/user-attachments/assets/9c16c141-36ab-45fa-9350-e32fe98c9055" /> | <img width="2256" height="1128" alt="Image" src="https://github.com/user-attachments/assets/03b450c3-d3f4-45a5-9405-e920f294fafa" /> | <details> <summary> Repro </summary> 1. Write repro_dag.py. 2. Start Airflow 3.0.6: ```sh breeze start-airflow --use-airflow-version 3.0.6 --db-reset ``` 3. Change repro_dag.py 4. Open UI: - Go to version_graph_repro → Graph view. - Switch Dag version dropdown between v1, v2 https://github.com/user-attachments/assets/1bfc9679-d6c3-4078-a29c-da6733c73e0c </details> -- 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]
