```mermaid flowchart LR A --> B --> C A --> C B --> D A --> D ``` C and D are separate node with shared upstream nodes. After running pipeline execution for C, pipeline breaks to run for D. Probably good to check and include test for reusing nodes.
C and D are separate node with shared upstream nodes.
After running pipeline execution for C, pipeline breaks to run for D.
Probably good to check and include test for reusing nodes.