Hi all, I'm interested to know if others on the list would find value in the ability to use multiple environments (e.g. docker images) within a single pipeline, using some mechanism to identify the environment(s) that a transform should use. It would be quite useful for us, since our transforms can have conflicting python requirements, or worse, conflicting interpreter requirements. Currently to solve this we have to break the pipeline up into multiple pipelines and use pubsub to communicate between them, which is not ideal.
-chad
