The GitHub Actions job "Tests" on 
airflow.git/latest-only-op-ignore-datainterval-width has failed.
Run started by GitHub user ashb (triggered by ashb).

Head commit for run:
75122fbeb2756a39f4c17929bda195b651a80051 / Ash Berlin-Taylor <[email protected]>
Make LatestOnlyOperator work for default data-interval-less DAGs

Remove the check/don't skip logic whe the data interval is zero-wdith. Even if
a DAG doesn't have the concept of a data-interval (i.e. it is zero width) it
still is logically consistent for it to have to concept of latest or not, so
we now only compare against the end date of the interval.

(And a few drive-by refactors too, `context["task"]` is `self`,
`context["dag"]` is `self.dag`)

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

With regards,
GitHub Actions via GitBox


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

Reply via email to