vatsrahul1001 opened a new pull request, #66871: URL: https://github.com/apache/airflow/pull/66871
Cherry-pick of #65626 for the Airflow 3.2.2 patch release. ### Conflict resolution One conflict in `airflow-core/src/airflow/ui/src/components/TaskInstanceTooltip.tsx` (`Props` type). The PR side also switched `taskInstance` type to `LightGridTaskInstanceSummaryWithWhen` (a separate refactor not in this backport set; the type doesn't exist on `v3-2-test`). Kept v3-2-test's existing `LightGridTaskInstanceSummary` and added only the new `readonly runId?: string | null;` prop that #65626 introduces. -- 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]
