hussein-awala commented on issue #32667: URL: https://github.com/apache/airflow/issues/32667#issuecomment-1641096859
When you clear the state of a finished DagRun (with `failed` or `success` state), we reset its start_date, and this is an expected behavior. If you have a failed DagRun, and you want to clear its state after one week, based on your suggestion the duration should be the the duration before the clear + one week + the duration needed to finish, which is wrong. In current duration visible in the UI is the duration of the last try of the DagRun. I close the issue, and we can re-open it if needed. -- 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]
