Hi all,
New to kedro. I have one issue download data incrementally.
I'd like to download monthly data from an API and store the data in files. I'd like to always download all available months since the last run.
How can achieve this behavior using incremental dataset tools? The alternative will be to be to use a custom file mask / checkpoint file that allows me to know which months have been downloaded.
Thabks