Does anybody know why kedro viz might only show 1 ...
# questions
j
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
Hi @Jannik Wiedenhaupt, 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
j
Ok, I found my mistake. I simply did not see the pipeline dropdown in the top-left. I selected default and it shows all
Thank you!
👍 3