Hi all! Just came across this statement from the latest changelog: “An issue that would cause map and collect steps downstream of other map and collect steps to mysteriously not execute when using multiprocess executors has been resolved.“.
Apart from the issue-solving part, does that mean we can actually “chain” map/collect steps without nesting them ? If that’s the case, could someone give a quick example of how we can get around the infamous “Solid cannot be downstream of more than one dynamic output.” ?