Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

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...
  • Anonymous's avatar
    Anonymous
    2 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