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

Head commit for run:
aac3422dfce3adebb5bceb97f38b83e4fa4bfd82 / Tzu-ping Chung <[email protected]>
Implement slicing in lazy sequence

We *could* arguably do this even lazier and resolve only when the items
are iterated through (or accessed by index), but it seems to me if
someone wants a slice of objects, they are likely to want to read at
least the majority of them anyway, so it should be fine to just resolve
the fetch eagerly into a list. Merging slice objects is a total pain I
don't want to go through anyway.

Documentation is also added for DatasetEvent sequences to reflect the
addition.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to