Hello everyone, a kedro viz question: I have a mo...
# questions
f
Hello everyone, a kedro viz question: I have a modular pipeline with two outputs: first some intermediate data that is further processed within the pipeline, and the final data. I instantiate the pipeline with a namespace and added both data to the catalog. In kedro viz, only the final data is shown as output of my modular pipeline. The intermediate data is shown seperated without any connections. However, when i expand the modular pipeline, the intermediate data is shown as output of the specific node. I want the intermediate data to be shown as a result of my unexpanded modular pipeline, especially when using it as input for other pipelines. However, that is not the case. Is the observed case the intended behavior? And what could I do to change it?
d
Unfortunately there are just some situations where the layout engine has to make compromises. You can’t change it, but you can read about the reasoning here: https://github.com/kedro-org/kedro-viz/blob/main/LAYOUT_ENGINE.md