Hi Joel, I've been working on a custom dataset to ...
# advanced-need-help
s
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?