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

Guillaume Latour

04/06/2023, 2:46 PM
Hello everyone, I have two pipelines that are using the same node but when I look at the structure with kedro-viz, only the tags of the first pipeline have been applied to this node. Is it because of how I am registering my pipelines (using the built-in
kedro.framework.project.find_pipelines
)? is it a desired behaviour? How can I have all the tags on kedro viz (without manually labeling this node with the tags of my 2 pipelines)?
n

Nok Lam Chan

04/06/2023, 8:24 PM
Can you elaborate? Tag is at node level. What is your expected result and what is the actual result?
g

Guillaume Latour

04/07/2023, 7:56 AM
Hey, ty for your quick response. So I am expecting that both pipeline tags are applied to the node that is used in the two different pipelines. In kedro viz I only see the tag of one of the pipelines on the node that they share.
n

Nok Lam Chan

04/07/2023, 11:39 PM
How did you tag it?
2 Views