Join the Kedro community

Updated 5 months ago

Kedro viz only shows one node from multiple pipelines

At a glance

The community member is experiencing an issue with Kedro Viz, where only one node from one of their three pipelines is being displayed. The community members in the comments suggest that this could be due to the pipeline dropdown only showing one pipeline, the filters on the filter panel, or the node being a modular pipeline node. The community member eventually finds the solution, which is that they simply did not see the pipeline dropdown in the top-left and once they selected the "default" option, all the nodes were displayed.

Does anybody know why kedro viz might only show 1 node? I have 3 pipelines but only one node from one of the pipelines is shown.

All my pipelines are summed into one default in the registry

R
J
3 comments

Hi , there might be many reasons why that might happen -

  1. If the pipeline dropdown has a pipeline that contains 1 node
  2. The filters on the filter panel might have a selection
  3. The node you are seeing might be a modular pipeline node and all other nodes might be wrapped in.

It would be hard to tell unless we know the pipeline structure. You could try Reset the filter panel, expand all modular pipelines
Thank you

Ok, I found my mistake. I simply did not see the pipeline dropdown in the top-left. I selected default and it shows all

Add a reply
Sign up and join the conversation on Slack