aaron-wolmutt commented on PR #58359: URL: https://github.com/apache/airflow/pull/58359#issuecomment-3560741111
> Thanks @NilsJPWerner @waltervillarreal @aaron-wolmutt. I agree those time fields are very useful. > > However, the current `LightGridTaskInstanceSummary` explicitly returns None for standard tasks (it only calculates time for Groups). > > Modifying the API to return these timestamps for all tasks involves backend changes and potential schema updates (similar to the attempts in #55927) > > To avoid scope creep, I'd like to keep this PR focused on fixing the flashing bug and performance, restoring the tooltip functionality as seen in #53438. > > We can open a separate PR to update the backend and enable the time fields display. You have a great point about avoiding scope creep in pull requests. I'm trying keep my PRs separated by backend/front end as well. I think the fix would fit 3.1.X then and adding those fields to the API would probably fit the 3.2 release -- 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]
