Debanjan Banerjee
11/17/2022, 11:12 AMCustomDataSet and strangely enough, it works when i invoke kedro run --xxxxx from terminal but when i try to do catalog.load(xxxx) in ipython or kedro jupyter , it fails and it raised the famous DataSet error : Dataset is not installed
here is my catalog definition :
ft_spine_prd :
type : project_name.extras.datasets.dataset_filename.DataSetClass
dataset_args :
arg1
....datajoely
11/17/2022, 11:49 AMDebanjan Banerjee
11/17/2022, 1:29 PM