kedro-plugins
kedro-plugins copied to clipboard
Replace eager loading with lazy loading in `IncrementalDataSet`
Description
In tech design 21/07/23 we decided to implement lazy loading in IncrementalDataSet
. See the comment under https://github.com/kedro-org/kedro/issues/2456. A prerequisite for this is that it is first migrated to kedro-datasets
(https://github.com/kedro-org/kedro-plugins/issues/249).
I originally designed the pull request for the main repository, so I would start working on these two issues (#249 and #250) here now if that is ok for you?
I originally designed the pull request for the main repository, so I would start working on these two issues (#249 and #250) here now if that is ok for you?
That's great, thanks @PtrBld !
This is ready (finally!) to be done here on kedro-datasets
, feel free to cherry-pick https://github.com/kedro-org/kedro/pull/2497