Nick Sieraad
07/28/2022, 7:43 AMnoklam
07/28/2022, 11:01 AMNick Sieraad
07/28/2022, 11:02 AMnoklam
07/28/2022, 11:02 AMNick Sieraad
07/28/2022, 11:03 AMnoklam
07/28/2022, 11:04 AMNick Sieraad
07/28/2022, 11:05 AMnoklam
07/28/2022, 12:21 PMnodes.py
? It's shouldn't import any datasetsNick Sieraad
07/28/2022, 12:25 PMnoklam
07/28/2022, 12:39 PMkedro run
is still the entrypoint, and you don't need to load up catalog
in any of your code.x.base.custom_datasets.THE_CLASS_NAME
type
argument you put int catalog.yml
is just the path to import any class, same as you do import pandas
. For Kedro's built-in datasets, we provide a shortcut so instead of kedro.extras.datasets.pandas.CSVDataSet
, you can do pandas.CSVDataSet
.Nick Sieraad
07/29/2022, 6:36 AMnoklam
07/29/2022, 11:12 AM