The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user duke8585 (triggered by eladkal).

Head commit for run:
929fda0e5027bf367415a1d461bc365a75da383a / max rieger <[email protected]>
Fixing Task Duration view in case of manual DAG runs only (#22015)

Currently, if a DAG history is solely comprised of manual runs, they cannot be 
filtered down by `nums` in the duration view, because in this case, the 
min_date defaults to the current utc_epoch. Consequently, an unlimited number 
of DAG runs is displayed.
With the implemented fallback, the behavior for mixed (scheduled + manual) DAG 
runs is similar to the default behavior, as it is for manual-only runs. It was 
implemented this way to avoid breaking changes.

Report URL: https://github.com/apache/airflow/actions/runs/4026065089

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to