random question but what do people generally use t...
# questions
i
random question but what do people generally use tags for? slicing pipelines for execution?
👀 1
i basically add tags sometimes but not really for any purpose other than maybe filtering nodes in kedro viz
m
Filtering in viz + building block of https://getindata.com/blog/kedro-dynamic-pipelines/ to slice the execution as you’ve called it
👍 1
d
In addition to that, I think we had a discussion on the team about this recently, that tags have been there for a long time in Kedro, and a lot of the initial use cases can be (better) handled by namespaces.
👍 1
c
I have a node with a
pandas
tag because I couldn't figure out how to do something with Polars. Will revisit that node when I'm better at Polars.