Back with more questions 😃 . Was wondering what ...
# beginners-need-help
g
Back with more questions 😃 . Was wondering what the recommended way of testing nodes would be? Particularly if you need some intermediate processing as an input for one of nodes. Do you know if there would be a way to pause runs, then run tests? I guess you could do
kedro run --to-nodes=<node name>
, and go step by step.