i am trying to use the AzureDataFactory Connector to run a exisiting pipeline. Here is the code:
AzureDataFactory.GetPipelineRun("69.............6";"abcd-bi-dev";"abcd-bi-dev-df";"Q6_Steuersaetze")
the parameters for the GetPipelineRun are the following:
1. subscriptionID
2. ResourceGroupName
3. dataFactoryName
4. pipelineRunName
after clicking the button with the code i receive the following Error Message:
"The response is not in a JSON format","innerError": "Cannot read server response"
Any solutions or work around ?
Any advice is appreciated, thanks in advance.
Hi @Wolle_Lernen,
I presume Get Pipeline Run is used to check on the status of a pipeline execution run as it could be a long running process. For example, you would use Create a Pipeline Run to kick-off your execution, then you can use the Pipeline ID returned from that action to periodically call Get Pipeline Run to check the status of it until it is completed (or failed?) and report back to the user on it.
---
Please click Accept as Solution if my post answered your question. This will help others find solutions to similar questions. If you like my post and/or find it helpful, please consider giving it a Thumbs Up.
Hi ChrisPiasecki,
thx for your help this solved my problem.
Can you tell me what "Get Pipeline Run" is used for ?
probaly i misunderstood the documentation.
Hi @Wolle_Lernen,
Are you sure Get Pipeline Run is the action you are looking to run? I believe that just retrieves a prior execution. Have you tried the Create a Pipeline Run action?
---
Please click Accept as Solution if my post answered your question. This will help others find solutions to similar questions. If you like my post and/or find it helpful, please consider giving it a Thumbs Up.
WarrenBelz
44
Most Valuable Professional
mmbr1606
41
Super User 2025 Season 1
MS.Ragavendar
36