-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle ImageDataSets on Kedro-viz #1043
Comments
I think this is a good idea and could be easily added as a Quick Win, but I'm pretty sure that So yeah, definitely makes sense to add this. It's just a question of whether we want to add it as a quick fix or figure out a more general solution. Also note:
|
I think what you said makes a lot of sense. I will also leave this issue to be reviewed for backlog grooming but I also agree ImageDataSet is minor. Maybe we can create a case for this issue again when there's user demand !! |
We'll close this for now and will reopen if and when there's user demand for this 👍 |
Description
We recently started supporting Matplotlib plots on Kedro-viz which are basically static pngs and use dataset MatplotlibWriter. It makes sense to extend this support to other kedro datasets like ImageDataSet which also use png.
Recently, we also implemented a new load method for plotly, matplotlib and tracking datasets. At the moment, if you try to click on an ImageDataSet it gives you the following Warning
kedro.io.core - WARNING -
exists()not implemented for
ImageDataSet. Assuming output does not exist.
Maybe implementing the above will also fix this issue.
To replicate the above error -- run the kedro-viz demo project locally and click on cancellation_policy_grid node.
Context
People who use ImageDataSets can also start seeing their images on Kedro-viz
Checklist
The text was updated successfully, but these errors were encountered: