Hello, <https://github.com/kedro-org/kedro/issues/...
# questions
a
Hello, https://github.com/kedro-org/kedro/issues/1457 appears to break custom datasets in kedro 0.18.*, contrary to https://docs.kedro.org/en/stable/extend_kedro/custom_datasets.html. I've tested some datasets in my project, and
kedro ipython
appears to accept and tolerate the old way of doing things, with the extras folder, while
kedro run
and
kedro viz
do not, and cannot find the dataset definitions. https://github.com/kedro-org/kedro-plugins/tree/main/kedro-datasets doesn't appear to provide any new advice as to how to declare datasets that are not in the extras folder What is the correct way to declare custom datasets in kedro 0.18.*?