For synapse, the REST API is different
https://learn.microsoft.com/en-us/rest/api/synapse/data-plane/pipeline/create-pipeline-run
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I am trying to execute Azure Synapse pipeline using REST API by following the documentation available in Microsoft site. When I try to test it, it is asking for Data Factory name.
What is name I should use from Azure Synapse for 'factoryName'?
https://learn.microsoft.com/en-us/rest/api/datafactory/pipelines/create-run#code-try-0
For synapse, the REST API is different
https://learn.microsoft.com/en-us/rest/api/synapse/data-plane/pipeline/create-pipeline-run
Thank you @Nandan Hegde , I will give a try and post my observations.