hterik commented on issue #37774:
URL: https://github.com/apache/airflow/issues/37774#issuecomment-1991091782

   Yes this is likely caused by https://github.com/apache/airflow/pull/34887
   
   I don't know what should be the expected behaviour here. If `dag_run_id` is 
included in url, the base date must be adjusted to be sure that particular run 
is displayed. But for more recent runs where selected `dag_run_id` + most 
recent runs fits within 25 runs, one would probably rather see the more recent 
runs?
   
   Maybe one should change the logic so that if `dag_run_id` is included, 
invert the sort order to take the selected run_id + 25 more recent runs, 
instead of 25 older runs?
   
   Another solution is to clear the `dag_run_id` parameter after clicking start.


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