Hello everyone, I have two pipelines that are usin...
# questions
g
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
Can you elaborate? Tag is at node level. What is your expected result and what is the actual result?
g
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
How did you tag it?