Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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 |
---|---|
4 | |
1 | |
1 | |
1 | |
1 |
User | Count |
---|---|
9 | |
2 | |
2 | |
2 | |
2 |