I tried to add parameters to AzureDataFactory.CreatePipelineRun with {parameters:Table({test:"first"})} but its seem like the paremeters cannot be passed. The pipeline is still get run.
Solved! Go to Solution.
Hi @dccc019 ,
The AzureDataFactory.CreatePipelineRun function's parameters are:
1)Required Parameters
Subscription,Resource Group,Data Factory Name,Data Factory Pipeline Name
2)Optional Parameters
Reference pipelineRunId.
The right synax is:
AzureDataFactory.CreatePipelineRun (string subscriptionId, string resourceGroupName, string dataFactoryName, string pipelineName, [optional]Reference pipelineRunId)
For now, it's not supported to add another parameters like {...} in this function.
Best regards,
Community Support Team _ Phoebe Liu
Hi @dccc019 ,
Could you describe more clearly about "add parameters to AzureDataFactory.CreatePipelineRun"?
If you could show me the formula, it will be better.
As far as I know, the right synax should be:
AzureDataFactory.CreatePipelineRun(Subscription,Resource Group,Data Factory Name,Data Factory Pipeline Name,[Reference pipelineRunId])
All the parameters' format is string.
While the formula of "Table({test:"first"})" is a table.
Here's a doc about AzureDataFactory.CreatePipelineRun for your reference:
https://docs.microsoft.com/en-us/connectors/azuredatafactory/
Best regards,
Community Support Team _ Phoebe Liu
Hi,
Any update on this one please?
Hi @dccc019 ,
The AzureDataFactory.CreatePipelineRun function's parameters are:
1)Required Parameters
Subscription,Resource Group,Data Factory Name,Data Factory Pipeline Name
2)Optional Parameters
Reference pipelineRunId.
The right synax is:
AzureDataFactory.CreatePipelineRun (string subscriptionId, string resourceGroupName, string dataFactoryName, string pipelineName, [optional]Reference pipelineRunId)
For now, it's not supported to add another parameters like {...} in this function.
Best regards,
Community Support Team _ Phoebe Liu
User | Count |
---|---|
140 | |
132 | |
79 | |
74 | |
74 |
User | Count |
---|---|
209 | |
197 | |
70 | |
62 | |
55 |