https://kedro.org/ logo
#random
Title
# random
s

Sidharth Jahagirdar

06/07/2023, 4:59 PM
Hey team, I am looking at the kedro viz for a pipeline which is extremely big. I was wondering if it would be possible to generate the viz for specific reporting tables/nodes.
t

Tynan

06/07/2023, 8:00 PM
there isn't any way to do that through the UI or a specific setting. you'd have to either comment out the code you don't want to show up in Kedro-Viz or only register specific pipelines in your pipeline registry
b

Brian J Gereke

06/08/2023, 3:35 AM
You can try adding tags to the nodes you want to display