Hi! Can Kedro pass generator objects between the nodes?
I think so https://docs.kedro.org/en/stable/nodes_and_pipelines/nodes.html#how-to-use-generator-functions-in-a-node
Yes - it's a less explored pattern but this was added a year or two ago. Traditionally lazy loading is only possible with PartitionedDataset , which can be done with generator now.
PartitionedDataset