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

Tooba Mukhtar

12/07/2022, 9:53 PM
Hi team, I am trying to set up the Layer functionality in kedro viz. Have defined all the layers in the yml files but 2 of the layers are not being displayed in Kedro Viz. I can see the nodes being displayed but they are being assigned to incorrect layers (example: Model output instead of reporting). What could be the reason for this?
👍 1
r

Rashida Kanchwala

12/08/2022, 10:11 AM
can you pls share some code snippets and images so we can better understand and help
t

Tooba Mukhtar

12/08/2022, 8:10 PM
I actually solved it. The reason a layer wasn’t showing up in kedro viz was due to the fact that I hadn’t added a prefix to the dataset entries corresponding to this layer like
reporting.predictions:
. Due to this kedro viz wasn’t able to identify it. Thanks!
👍 1
4 Views