Forum Discussion
Anonymous
2 years agoNot applicable
Triggering multiple pipelines at the same time
Hi, In Azure synapse analytics I can trigger a pipeline by just pressing trigger now. But in fabric pressing trigger opens set alert box. Is this something not supported in fabric...
- 2 years ago
Anonymous - So you just want to be able to manually run the same pipeline but with different parameters manually; not automated.
If you open the dataflow in 2 different browser sessions, does it let you start the 2nd run in the other browser session?
Expiscornovus
2 years agoMost Valuable Professional
Hi Anonymous,
You might be able to solve this via HTTP requests and the API. Have a look at this blog which demonstrates a POST request to trigger a pipeline run, https://www.thatbluecloud.com/triggering-synapse-pipelines-from-microsoft-fabric-via-rest-apis/
You could for example trigger these requests at the same time in a Power Automate cloud flow, that product supports parallel branches.