bbovenzi opened a new issue, #47426: URL: https://github.com/apache/airflow/issues/47426
### Body We can link to a specific dag run via a `run_id` url parameter. If that dag run is not included in the default page for the grid view, we should paginate the grid view to include the dag run in question. Possible flow: 1. Fetch dag run details 2. Check if dag run is in the grid_data 3. If dag run details exist but it can't be found in the grid data, pass new logical_date filters to the grid data ### Committer - [x] I acknowledge that I am a maintainer/committer of the Apache Airflow project. -- 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]
