https://kedro.org/ logo
#beginners-need-help
Title
# beginners-need-help
d

datajoely

07/14/2021, 2:47 PM
behind the scenes all we're doing is
importlib.import_module(project_root.extras.datasets.mycustom_dataset.MyCustomDataset)
so that's all we need to get working outside of Kedro. Do you have
__init__.py
files in every directory?