diff --git a/Code/DataFactory/pipeline/pipeline1.json b/Code/DataFactory/pipeline/pipeline1.json new file mode 100644 index 0000000..c697c47 --- /dev/null +++ b/Code/DataFactory/pipeline/pipeline1.json @@ -0,0 +1,20 @@ +{ + "name": "pipeline1", + "properties": { + "activities": [ + { + "name": "Wait1", + "type": "Wait", + "dependsOn": [], + "userProperties": [], + "typeProperties": { + "waitTimeInSeconds": { + "value": "jgkrglksjhgjdfhgljksdfhglfsdkjhgldfjkg", + "type": "Expression" + } + } + } + ], + "annotations": [] + } +} \ No newline at end of file