Modify individual tasks in a pipe chain
nh13 opened this issue · 0 comments
nh13 commented
I would like to modify individual tasks in a pipe chain. It would be great if a pipe chain could return an iterable over the tasks. I do not want an individual Pipe
task to return an iterable though. So how do we expose the tasks for a PipeChain
but not Pipe
?