bbovenzi opened a new issue, #65217: URL: https://github.com/apache/airflow/issues/65217
### Under which category would you file this issue? Airflow Core ### Apache Airflow version main ### What happened and how to reproduce it? If you click on a link to an old dag run, the run doesn't appear in the grid view. Only the latest 5-50 runs are shown. <img width="986" height="315" alt="Image" src="https://github.com/user-attachments/assets/6488ce30-321a-416a-985d-421720dd337a" /> ### What you think should happen instead? If a dag run is selected, then we should adjust the grid view date filters to show the dag run. If the dag run is in the latest X niumber, then do nothing, but if it isn't then we should try to have it be the middle result. We need to make sure this happens on the initial page load to avoid the grid view constantly shifting when a user clicks on a different run in the grid. We should explore full pagination with back and forward arrows to indicate that there are older or newer runs not in view. ### Operating System _No response_ ### Deployment None ### Apache Airflow Provider(s) _No response_ ### Versions of Apache Airflow Providers _No response_ ### Official Helm Chart version Not Applicable ### Kubernetes Version _No response_ ### Helm Chart configuration _No response_ ### Docker Image customizations _No response_ ### Anything else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
