Forum Discussion
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 at the moment or it is located somewhere I don't know ? 😁
My usecase is running the pipelines simulatenously for couple of times to see how spark notebooks perform. I'm interested to see if they get queued or it can run them in paralell just fine
Thanks
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?
6 Replies
- AndyDDCMost Valuable Professional
Hi Anonymous you should just be able to press the "Run" button to run the pipeline adhoc.
- AnonymousNot applicable
I can run the pipeline with run button, But I need to run same pipeline (differnet parameters) while the one I triggered is running
after pressing Run I only have the option to cancel the runRun seems to be similar to debug runs of synapse. Hence I was looking to press trigger to run the same pipeline with differnet parameters
- jwinchell40Resolver III
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?
- ExpiscornovusMost 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.