Hi! Can Kedro pass generator objects between the n...
# questions
y
Hi! Can Kedro pass generator objects between the nodes?
h
Someone will reply to you shortly. In the meantime, this might help:
n
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.
❤️ 1