https://kedro.org/ logo
#advanced-need-help
Title
# advanced-need-help
s

simon_myway

11/08/2021, 1:11 PM
Hi Joel, I've been working on a custom dataset to suit my need. To that end, I explored the kedro datasets architecture quite deep and learned about the realease function. I noticed that release will not be called on datasets which are the pipeline's first inputs or last outputs, see https://github.com/quantumblacklabs/kedro/blob/master/kedro/runner/sequential_runner.py#L72 - could you please explain what is preventing the release of those datasets?