jermaine151 commented on issue #34723:
URL: https://github.com/apache/airflow/issues/34723#issuecomment-1873545771

   I found a workaround to this problem in v2.7.3. If you add `&base_date=<same 
as execution date>` to the URL, it will locate runs older than the latest 25. 
Here's an example link that is working for me:
   
   
`<base_url>/dags/<dag_id>/grid?execution_date=2023-12-14+19%3A10%3A24.218280%2B00%3A00&base_date=2023-12-14+19%3A10%3A24.218280%2B00%3A00&tab=graph&dag_run_id=<run_id>`
   


-- 
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]

Reply via email to