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
richbenmintz
1 year agoResident Rockstar
please add this to the documentation, the docs make no mention of how you should construct the parameters or the appropriate jobtypes
7effrey
1 year agoMicrosoft Employee