George p
03/13/2024, 12:36 AMGeorge p
03/13/2024, 12:37 AMDeepyaman Datta
03/13/2024, 3:31 AMIncrementalDataset
exists, but it's designed for a file-based dataset: https://docs.kedro.org/en/stable/data/partitioned_and_incremental_datasets.html#incremental-datasets
That said, I think it could be extensible to handle a time partition from a database.
I don't think there's anything built into Kedro (yet) for incremental processing from a database, but I actually could be wrong here, as I haven't kept abreast of developments in this space (and generally have poor memory).Nok Lam Chan
03/13/2024, 9:23 AMHi Kedro team! I am thinking of streamlining a part of a project, using kedro-datasets and OmegaConfigLoader.Are you using Kedro Project or just
kedro-datasets
and the config loader?George p
03/13/2024, 8:29 PM