Run ADF Pipeline manually (with REST API call)|Azure Data Factory (ADF) | Data Engineer

Поділитися
Вставка
  • Опубліковано 17 тра 2023
  • #dataengineers #sql #azuredatafactory
    URL Template for manual call :
    POST management.azure.com/subscrip...{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/pipelines/{pipelineName}/createRun?api-version=2018-06-01
    Link for 'Move missed files from source to destination' : • Copying missed files f...
  • Наука та технологія

КОМЕНТАРІ • 3

  • @venkatraohyd
    @venkatraohyd 11 місяців тому

    Brother, this is a good , neat and clear. I have a question to you. When the call to second adr using url from first adf, if the second pipeline takes say 10 minutes to conplete, does the first adf has to wait same amount of time to complete OR it can just call and API will give response immediately to caller (first adf) without waiting for 10 min ?

  • @amitgupta3
    @amitgupta3 Рік тому

    how can I pass parameters in this ADF pipeline ?

    • @vanthiyathevan1584
      @vanthiyathevan1584 Рік тому +1

      Passing parameter is optional. Like in query string how we are mentioning api version, similarly add your parameters in query string