Hi team, Does anyone have any code examples that ...
# questions
e
Hi team, Does anyone have any code examples that show nested namespaces with branching outputs. We are having trouble linking together the namespace outputs and having them properly visualized in kedro-viz. The DS and reporting layers would be under nested namespaces e.g.,
ds.ds1
and
ds.ds2
👀 1
b
Unfortunately I think there may still be some issues with kedro-viz and getting the inputs/outputs of modular pipelines to look quite right. Maybe someone on the viz team can confirm whether this has been fixed, but I still sometimes see orphan datasets or weird ordering when you expand
e
thanks Ben
d
The best way to prototype this is to use
kedro viz --auto-reload
so you can get this working nicely
this is an old project but I think it does what you’re describing https://github.com/datajoely/modular-spaceflights/