Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Does there exist a documenation that shows the parameters (mandatory and optional) for each pipeline activities in a json ?
For example, set variable parameters are following
{
"activities": [
{
"name": "v1",
"type": "SetVariable",
"dependsOn": [],
"policy": {
"secureOutput": false,
"secureInput": false
},
"typeProperties": {
"variableName": "test_v1",
"value": 10
}
}
],
"variables": {
"test_v1": {
"type": "Integer"
}
}
}
Hi @smpa01 ,
I found relevant documentation outlining the parameters of each pipeline activity in JSON format.
1. The “Pipelines and Activities” document outlines the different activities and their configurations.
Pipelines and activities - Azure Data Factory & Azure Synapse | Microsoft Learn
2. the “How to Use Parameters and Expressions” guide also explains how to use parameters and expressions in JSON definitions.
How to use parameters and expressions in Azure Data Factory - Azure Data Factory | Microsoft Learn
Best Regards
Yilong Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Many thanks for this. I will study this and follow-up if needed.
Hi @smpa01 ,
Have you solved your problem? If so, can you share your solution here and mark the correct answer as a standard answer to help other members find it faster? Thank you very much for your kind cooperation!
Best Regards
Yilong Zhou
Is there a SDK available now or in works for future for Fabric same as Azure SDK for data factory?
User | Count |
---|---|
2 | |
2 | |
1 | |
1 | |
1 |