Hello, is there a way to save/build kedro viz with...
# questions
r
Hello, is there a way to save/build kedro viz without loading any images? We have a pipeline that we'd like to share, but get a
DatasetError
as the tool tries to load images from the catalog that don't exist. We don't have local access to the data. I also would like to deploy to github pages but anticipate the same issue.
r
Hi Richard, Could you please let me know the versions for
kedro
,
kedro-viz
and
kedro-datasets
? You can also try disabling previews and let me know if that helps. Thank you
r
Is there a way to globally disable previews? We have members of the team that use previews and so wouldn't want to do this for the catalog entries.
kedro==0.19.3
,
kedro-datasets==3.0.0
,
kedro-viz==7.1.0
.
r
At this moment, we do not have a way to disable previews globally. cc: @Rashida Kanchwala
r
Got it, thanks
And, saving/building without previews is not possible?
r
The command
kedro viz build
should atleast run partially and create datasets without the preview data. Could you please check if the build folder is created partially ?
r
I believe I recall it doing that. I will have to re-run it tomorrow.
👍 1
r
Thanks for your patience and please let us know if the partial build works
r
Hi, are you using PlotlyDataset or MatplotLibWriterDataSet ?
r
It is matplotlib