hi team - running into this error when trying to c...
# questions
n
hi team - running into this error when trying to create a snowpark table dataset in the catalog. using kedro v0.19.2 and python 3.10.13
Copy code
kedro.framework.cli.utils.KedroCliError: Unable to instantiate Kedro Catalog.
Error: An exception occurred when parsing config for dataset 'snowflake_table':
Class 'kedro_datasets.snowflake.SnowparkTableDataSet' not found, is this a typo?
Run with --verbose to see the full exception
thanks!
d
kedro_datasets.snowflake.SnowparkTableDataSet
->
kedro_datasets.snowflake.SnowparkTableDataset
n
🤦🏼 thank you!
d
They were all renamed late last year 🙂 To standardize on "dataset" over "data set"
👍🏼 1