Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowFabric Data Days Monthly is back. Join us on March 26th for two expert-led sessions on 1) Getting Started with Fabric IQ and 2) Mapping & Spacial Analytics in Fabric. Register now
i have four pipelines running in 2 streams.
each stream has 2 pipelines running in sequence.
if a pipeline fails then the next pipeline should not get executed.
However, this should not affect the one's running in parallel and they should continue.
Final status of the pipeline should be Failed.
Solved! Go to Solution.
A and C run in parallel
Any Dependencies should i consider for this
Above is the dependecy flow wherein the 2 pipelines should be dependant via on Success
Hi, parallel pipelines within the same pipeline already work without being affected by each other. Even if one of them fails, the other pipelines will work, but the main pipeline will return a failure.
im looking for a design , if my above ask is possible or not in ms fabric
Master Pipeline:
├── Pipeline A (Runs in parallel)
│ └── Pipeline B (Runs only if A succeeds)
├── Pipeline C (Runs in parallel)
└── Pipeline D (Runs only if C succeeds)
A and C run in parallel
please provide a pictorial represent of your ask as that would be much more clearer rather than the above statements.
meaning when you say if a pipeline fails, is it the pipeline within the stream or the external pipeline etc?
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Fabric update to learn about new features.
| User | Count |
|---|---|
| 4 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 7 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |