Hello !
currently we are building a pipeline with kedro, so we created a custom dataset based on AbstractDataset, and we are wondering how to access to _descrive() method while we are in a node.
actually we have access to _load method of Dataset object only.
thx