Hey all. Is there a way to get a single node to ex...
# questions
a
Hey all. Is there a way to get a single node to execute in, say, aws batch?
d
kedro run --node {node_name}
a
Can I run the whole pipeline locally, but have one node run in batch, or is it an all or nothing kinda thing?
there are lots of ways to specify which parts of a project get run
a
Hmm. But I want to run the whole project. I just want to farm out the compute for one node. It doesn’t seem like this would do that, or am I misunderstanding?
d
oh as part of the same pipeline run
not really, there is stuff coming down the line for that
👍 1
a
Basically I want to run the whole thing, but have a node specific runner
d
you could maybe design a custom runner today
a
Yeah I couldn’t find it in the docs, but I figured I should ask
d
yeah it’s a good push
we don’t have a great solution today in truth
a
I’ll keep a lookout for it!
d
💪
a
Thanks for the help!
And great work here!
d
🙏 thanks! Shout if we can help with other questions
👍 1