Hi! I upgraded kedro-viz to 6.7.0 (before 6.5.0) a...
# questions
j
Hi! I upgraded kedro-viz to 6.7.0 (before 6.5.0) and kedro-datasets to 2.0.0 (before 1.7.0). I have an issue with the experiment tracking now. Plotly (JSON) plots do not show in the experiment tracking. Instead it just shows "Value". However, in the flowchart those plots are rendered perfectly fine. Is that a known thing or am I missing something? Edit: Interestingly this is also the case for the demo page.
m
@Rashida Kanchwala can you help here?
r
Yes, currently kedro 6.7.0 is not compatible with Kedro 19 and Kedro-datasets. We are going to release Kedro 7.0.0 later today if not tomm which will work with both.
👍 1
Hello, we've encountered the same issue with Kedro-viz 7.0.0. It's presenting inconsistently across different browsers and machines. For example, the plots show correctly on Chrome for one of our developers, but I am experiencing the same problems as you. We've added this to our backlog and will provide an update as soon as we gain more insight.
j
Thanks for the info! Actually I don't think this issue has anything to do with Kedro 19 or Kedro-dataset 2.0.0. The plotly visuals show correctly in the experiment view under this constellation: • kedro==0.18.14 • kedro-datasets==1.7.0 • kedro-viz==6.5.0 The issue appears if I just upgrade kedro-viz to 6.6.0: • kedro==0.18.14 • kedro-datasets==1.7.0 • kedro-viz==6.6.0 Something broke between 6.5.0 and 6.6.0 and I think it is only for experiment tracking. For the flow chart the plotly visuals work even under this constellation: • kedro==0.19.1 • kedro-datasets==2.0.0 • kedro-viz==6.7.0
r
This is very helpful. Looping in @Jitendra Gundaniya
j
@Jitendra Gundaniya any update on this? 🙂
j
Hi @Jan Today, I am mostly going to create a pull request for this issue.
j
Amazing! Looking forward for it 🎉