Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Don'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.

Reply
smpa01
Super User
Super User

Pipeline Activities documentaion

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"
    }
  }
}

 

smpa01_0-1726166183510.png

 

Did I answer your question? Mark my post as a solution!
Proud to be a Super User!
My custom visualization projects
Plotting Live Sound: Viz1
Beautiful News:Viz1, Viz2, Viz3
Visual Capitalist: Working Hrs
4 REPLIES 4
v-yilong-msft
Community Support
Community Support

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

vyilongmsft_0-1726190894638.png

 

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

vyilongmsft_1-1726191143357.png

 

 

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.

Did I answer your question? Mark my post as a solution!
Proud to be a Super User!
My custom visualization projects
Plotting Live Sound: Viz1
Beautiful News:Viz1, Viz2, Viz3
Visual Capitalist: Working Hrs

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?

Did I answer your question? Mark my post as a solution!
Proud to be a Super User!
My custom visualization projects
Plotting Live Sound: Viz1
Beautiful News:Viz1, Viz2, Viz3
Visual Capitalist: Working Hrs

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.