Lets say I have a bunch namespaced nodes I want to...
# questions
i
Lets say I have a bunch namespaced nodes I want to run. E.g.
red.node
,
yellow.node
, and
blue.node
. Is there a way to run all of them from the command line? Something like
kedro run --nodes "*.node"
? I know I can do individual nodes and only nodes in a specific namespace, but I'm not sure about this slicing. Edit: opened feature request here: https://github.com/kedro-org/kedro/issues/3949
❤️ 2
d
I would love this
👍 1
i
I can open up a feature request
d
i
Ooo! Fancy I'll include this link too and tag you
d
they also have the
--exclude
operator which others have asked for
m
You should be able to do this with tags. Nothing else required 🤔
👍 1
💯 1
i
That's a good point! I didn't know tags were unaffected by namespaces
m
They shouldn't
a
This blog post does a lot of heavy lifting around kedro slack 😄
😎 3
d
the issues you’ve raised at the bottom there are still open though - we should revisit that next TSC