Hi! Is there a way to select which nodes one may w...
# questions
c
Hi! Is there a way to select which nodes one may want to run in a pipeline, maybe at the configuration or CLI level? As in, lets say I have a pipeline with does A, B, C, and D. During experimentation, I would like to compare running
A -> B -> C
to
A -> B -> D
. How might one accomplish this?
l