https://kedro.org/ logo
#questions
Title
# questions
c

Cory Maklin

09/22/2023, 3:56 PM
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

Juan Luis

09/22/2023, 4:00 PM
we recently renamed those, it used to be
AbstractDataSet
(notice the capital S)
make sure you’re in the latest Kedro version
c

Cory Maklin

09/22/2023, 4:01 PM
Got it, thanks
j

Juan Luis

09/22/2023, 4:01 PM
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

Nok Lam Chan

09/23/2023, 12:27 AM
Seems like quite a lot of people falling into this renaming. Since most people are seeing latest version of docs.