ibis.TableDataset
isn't in the default kedro JSON schema (see here)
From the VSCode setup docs it points to the one on github
You could pull it off github, change your settings.json
to point to a local version and add ibis.TableDataset
yourself
What said, I think catalog should be maybe moved to kedro-datasets to better align it there with dataset updates
good point, have been considering that but a technical problem that the VSCode extension isn't as flexible as I wish.
But yes - we should still move it for kedro-datasets for general user who are not using the vscode extension
I use it pycharm, not sure how vs code extension works but since datasets moved out of kedro core code, i think it makes sense to keep it there so updates can happen in place.