https://kedro.org/ logo
#questions
Title
# questions
e

Earl Hammond

11/03/2022, 6:16 PM
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

Ben Levy

11/03/2022, 9:01 PM
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

Earl Hammond

11/03/2022, 11:26 PM
thanks Ben
d

datajoely

11/04/2022, 9:21 AM
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/
3 Views