uranusjr opened a new pull request, #39483: URL: https://github.com/apache/airflow/pull/39483
As promised in #39367. 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. -- 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]
