From 32de0766034ae71ba76748f78729d1f1862bbe3f Mon Sep 17 00:00:00 2001 From: Paul Andrew <60190428+mrpaulandrew@users.noreply.github.com> Date: Tue, 22 Feb 2022 09:16:27 +0000 Subject: [PATCH] Adding pipeline: pipeline1 --- Code/DataFactory/pipeline/pipeline1.json | 29 ++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Code/DataFactory/pipeline/pipeline1.json diff --git a/Code/DataFactory/pipeline/pipeline1.json b/Code/DataFactory/pipeline/pipeline1.json new file mode 100644 index 0000000..2764a2a --- /dev/null +++ b/Code/DataFactory/pipeline/pipeline1.json @@ -0,0 +1,29 @@ +{ + "name": "pipeline1", + "properties": { + "activities": [ + { + "name": "Execute Pipeline1", + "type": "ExecutePipeline", + "dependsOn": [], + "userProperties": [], + "typeProperties": { + "pipeline": { + "referenceName": "Wait 10", + "type": "PipelineReference" + }, + "waitOnCompletion": true + } + } + ], + "variables": { + "Test": { + "type": "String" + } + }, + "folder": { + "name": "Demo Pipelines/Data Uploads" + }, + "annotations": [] + } +} \ No newline at end of file