Hi all, I'm trying to create a custom dataset by f...
# questions
c
Hi all, I'm trying to create a custom dataset by following the docs https://docs.kedro.org/en/stable/data/how_to_create_a_custom_dataset.html. However, my IDE can't seem to find
Copy code
from <http://kedro.io|kedro.io> import AbstractDataset
j
we recently renamed those, it used to be
AbstractDataSet
(notice the capital S)
make sure you’re in the latest Kedro version
c
Got it, thanks
j
both should work, but now there’s a dynamic mechanism that “redirects” the old names
Maybe that’s why your IDE doesn’t pick it up. Which one is it, by the way?
n
Seems like quite a lot of people falling into this renaming. Since most people are seeing latest version of docs.