tirkarthi commented on issue #61887: URL: https://github.com/apache/airflow/issues/61887#issuecomment-3900888137
This was changed in 8847e646b802857e6665e63a010bfb24d45c1f96 . DagRun header calculates the duration from start_date and end_date. TaskInstance header should also do it when TaskInstance.duration is null with task instance in running state. https://github.com/apache/airflow/blob/3060cea11799ea669215dba0ba91cf0ee6e89d2f/airflow-core/src/airflow/ui/src/pages/Run/Header.tsx#L114 https://github.com/apache/airflow/blob/3060cea11799ea669215dba0ba91cf0ee6e89d2f/airflow-core/src/airflow/ui/src/pages/TaskInstance/Header.tsx#L49 -- 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]
