Forum Discussion
Anonymous
2 years agoNot applicable
Execute Data Pipeline Via API
I have been attempting to execute a fabric data factory data pipeline via rest API from a synapse pipeline with no success. Has anyone done this? Is this possible currently? I thought I could do this...
- Anonymous2 years ago
Hello Anonymous ,
The Job Scheduler API is missing documentation when it comes to the jobType parameter. If you are trying to run a Data Pipeline on demand, don't use DefaultJob like this.
/jobs/instances?jobType=DefaultJob
Instead, use Pipeline like this.
/jobs/instances?jobType=Pipeline
NandanHegde
2 years agoSuper User
Unfortunately fabric Data pipeline APIs have yet not been exposed owining to which it is currently not possible to trigger the fabric data pipeline any way other than manual process or scheduled trigger
Koen_Verbeeck
1 year agoAdvocate II
This should now be possible:
https://sqlkover.com/execute-fabric-data-pipeline-from-azure-data-factory/