jedcunningham opened a new pull request, #47633: URL: https://github.com/apache/airflow/pull/47633
In some failure scenarios, we can have an end_date without a start_date. If we naively show a duration in these cases, we end up with a negative duration, which isn't ideal. This hides the duration if we don't have start_date. End_date wasn't added to the condition so a duration is still shown for running tasks - those with a start_date but no end_date. Closes: #47632 -- 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]
