Replies: 2 comments 2 replies
|
While we discuss this, maybe we can also mention the custom dataset support. I think that would be super nice. I am not sure how to do it yet, i didn't think about it much tho.. |
|
Couples of comments:
Part of the solution is in the My question to both @ianwhale and @lordsoffallen, do you use this json file? We don't have to solve the custom dataset problem immediately with this, moving it to Without any runtime information, it's not possible to figure out:
This is something that I wish exist, assume I have move it to |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Adding a new thread from a short discussion on slack.
JSON schema validation fails for datasets not in the default JSON schema.
The example from the thread was using the
ibis.TableDataset.So the question here is, how should Kedro properly handle thses
kedro-catalog-X.jsonfiles now that datasets have moved to their new home?Some options I could imagine:
Custom every time
The suggestion from the Slack thread was:
kedro-catalog-X.jsonfrom github.This seems a little cumbersome though.
Move
kedro-catalog-X.jsontokedro-pluginsThere's a lot going on in the
datasetsdirectory lately!Perhaps this file should move to a new home and be part of the PR process when a (non-experimental) dataset is added.
All reactions