-
Notifications
You must be signed in to change notification settings - Fork 14.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect DAG Run ID opened when clicking on run_id link from DAG run list #41406
Comments
Looks like a duplicate of #40214 |
It appears that the issue has been resolved for the dag_id link, which points to the Grid view. However, the run_id link, pointing to the Graph view, is still incorrect. I was able to replicate this issue on version 2.9.3. |
@tirkarthi - Here is hyperlink attached to the run_id in the Dag run list - manual__2024-08-09T08:42:25.524227+00:00 The hyperlink appears correct, but when it opens the Graph view and I click on a task, it displays an incorrect It seems the hyperlink is updating the calendar tab to the exact |
I believe this PR might resolve the issue. I'll test it on version 2.10.0 and will update you here. Thanks! |
I just verified on 2.10. Still facing the same issue. |
Hem and I tested this out in Airflow 2.10 (Astro runtime 12.0.0) and noticed that this bug still exists but only for certain types of runs (when the run_id timestamp is not at the 0th second of the minute).
|
Fix here: Let me know if this is the expected behavior. Marked for backporting so hopefully we can get that in the next patch release. |
Apache Airflow version
2.9.3
If "Other Airflow 2 version" selected, which one?
No response
What happened?
When I try to open an older DAG run by clicking on the run_id link from the DAG run list, it incorrectly opens the DAG run with a different run_id. This issue makes it difficult to view the details of specific older DAG runs.
What you think should happen instead?
Clicking on a run_id link from the dag run list should open the DAG run corresponding to that run_id.
How to reproduce
Operating System
Linux ad25902d8cef 6.7.12-orbstack-00201-g2ddb8f197a46 #1 SMP Tue May 21 04:38:26 UTC 2024 aarch64 GNU/Linux
Versions of Apache Airflow Providers
No response
Deployment
Astronomer
Deployment details
Start an Airflow instance using the AstroCLI command
astro dev start
, run an example dag multiple times, and try accessing dag_run older than 25 from the dag runs list page of the Airflow UI.Anything else?
Click on the older run_id link from the dag run list
It will open the graph view. Click on any task in the graph view, and it will show the details for the incorrect dag run_id.
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: