Forum Discussion
Execute Data Pipeline Via API
- 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
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
Microsoft has published Fabric data pipeline public REST API (Preview) - Microsoft Fabric | Microsoft Learn guide, but I cannot get that Run on-demand item job thing working. It just returns 403.
- TOPsDEV1 year agoNew Member
I've got this to work. Just make a custom connector and that one respect the 202 response and will poll for status after 60 seconds.