diff --git a/Code/DataFactory/pipeline/pipeline1.json b/Code/DataFactory/pipeline/pipeline1.json index 70d2645..0cd7b63 100644 --- a/Code/DataFactory/pipeline/pipeline1.json +++ b/Code/DataFactory/pipeline/pipeline1.json @@ -1,6 +1,20 @@ { "name": "pipeline1", "properties": { + "activities": [ + { + "name": "Set variable1", + "type": "SetVariable", + "dependsOn": [], + "userProperties": [] + } + ], + "variables": { + "Demo": { + "type": "String", + "defaultValue": "Test" + } + }, "annotations": [] } } \ No newline at end of file