-
Notifications
You must be signed in to change notification settings - Fork 113
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
kedro viz --load-file does not show additional information #1101
Comments
Actually I'm developing a feature that will read an excel that describe an ETL, then generating your json file template to use kedro viz |
There's related work in #1263 for this, but we'll close it now as it isn't a priority. |
Description
additional information only show when you run
kedro viz
, but when you save the visualization as a json file and then visualize it withkedro viz --load-file
, the additional information disappearWhen using
kedro viz
When using
kedro viz --load-file
Context
I tried to visualize my json file by using
kedro viz --load-file
and it doesn't show the parameter, so I cloned your demo-project and test it out with thekedro viz --save-file
andkedro viz --load-file
and saw it have the same issue as I have in my projectSteps to Reproduce
kedro run
kedro viz --save-file a.json
and thenkedro viz --load-file
Expected Result
Information should be shown
Actual Result
Information should be shown
Your Environment
Web browser system and version: Chrome
Operating system and version: Windows 10 pro 21H2
Checklist
The text was updated successfully, but these errors were encountered: