Context: I have a Pipeline Builder pipeline, with two fully independent paths. To enable a partial migration to lightweight transforms, I want to split the pipeline into two pipelines. The output datasets are used by a larger set of transforms, because of that I would love to maintain the same outputs.
Question: What is the best approach to spilt a builder pipeline and main the same output datasets?
