## Problem Current ETL has no way to understand when pipeline collisions occur where components can be reused. ## Proposed Solution Introduce an `analysis` struct type that analyzes two pipelines with the same `PipelineUID` for mergability.
Problem
Current ETL has no way to understand when pipeline collisions occur where components can be reused.
Proposed Solution
Introduce an
analysisstruct type that analyzes two pipelines with the samePipelineUIDfor mergability.