smyjt opened a new pull request, #63372: URL: https://github.com/apache/airflow/pull/63372
Adds `queued_dttm` to the Gantt chart so users can see how long tasks spent waiting in the queue before execution started. **Changes:** - Backend: Added `queued_dttm` field to `GanttTaskInstance` datamodel and SQL queries (both `TaskInstance` and `TaskInstanceHistory`) - Frontend: Renders a separate queue segment on the Gantt bar (from `queued_dttm` to `start_date`) using the existing `queued` state color - OpenAPI spec regenerated via `scripts/in_container/run_generate_openapi_spec.py` - TypeScript types regenerated via `npm run codegen` - Tests updated and a new test added to verify `queued_dttm` is returned This mirrors the Airflow 2 Gantt chart behavior which was missing in Airflow 3. closes: #63356 --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Sonnet 4.6 Generated-by: Claude Sonnet 4.6 following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- 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]
