guys.. I just notice that a custom data catalog I built this week, only works in my host machine but inside the docker the kedro cli cant find the project_root.extras.datasets.mycustom_dataset.MyCustomDataset
I am extendind the AbstractDataSet with _load, _describe and _save
In catalogs file, I set a path like this project_root.extras.datasets.mycustom_dataset.MyCustomDataset
Am I missing something?