bobu-putheeckal opened a new pull request, #67413: URL: https://github.com/apache/airflow/pull/67413
Closes: #56073 The UI DAG list keeps accepting `last_run_start_date` for compatibility, but now maps that sort key to `DagRun.run_after` so queued latest runs with `start_date = NULL` are ordered by their scheduled/trigger time instead of falling behind started runs. Tests: - `PYTHONPATH=$(printf '%s:' shared/*/src) uv run --project airflow-core pytest airflow-core/tests/unit/api_fastapi/core_api/routes/ui/test_dags.py::TestGetDagRuns`\n- `uvx ruff check airflow-core/src/airflow/api_fastapi/core_api/routes/ui/dags.py airflow-core/tests/unit/api_fastapi/core_api/routes/ui/test_dags.py`\n- `git diff --check` -- 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]
