The GitHub Actions job "Tests" on airflow.git/v3-1-test has succeeded. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 053aec876967be08e51db2e0b494eed566cdc086 / github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> [v3-1-test] Fix incorrect backfill duration calculation in Grid view (#58813) (#58816) The duration was calculated using timedelta.seconds which, returns only the seconds component, not the total duration. This caused backfills lasting more than a day to show incorrect durations. Changed to use total_seconds() which correctly returns the full duration. (cherry picked from commit acfcba15c8452fd4aad7ae85bc811df127252162) Co-authored-by: Ephraim Anierobi <[email protected]> Report URL: https://github.com/apache/airflow/actions/runs/19771194486 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
