bbovenzi opened a new issue, #56073: URL: https://github.com/apache/airflow/issues/56073
### Apache Airflow version main (development) ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? Unexpected behavior of how dags are sorted when you trigger a dag run from the dags list. ### What you think should happen instead? Queued runs don't have a start date. We should sort by run_after instead. ### How to reproduce On the dags list, sort the list by last_run_start_date, then trigger a dag run from the list from a dag for any dag except the first one. Watch the list jump around as the run goes from queued to running. Or watch nothing happen if the dag is briefly pushed off the first page. ### Operating System all ### Versions of Apache Airflow Providers _No response_ ### Deployment Official Apache Airflow Helm Chart ### Deployment details _No response_ ### Anything else? _No response_ ### Are you willing to submit PR? - [x] 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]
