From 1ce423c55f10f4036d281deb4c9312578b4d7b67 Mon Sep 17 00:00:00 2001 From: Marvin Buss <34542414+marvinbuss@users.noreply.github.com> Date: Wed, 24 Apr 2024 22:02:11 +0200 Subject: [PATCH] Updating pipeline: OttRawToCurated --- .../datafactory/pipeline/OttRawToCurated.json | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/code/datafactory/pipeline/OttRawToCurated.json b/code/datafactory/pipeline/OttRawToCurated.json index 0077305..f31bd59 100644 --- a/code/datafactory/pipeline/OttRawToCurated.json +++ b/code/datafactory/pipeline/OttRawToCurated.json @@ -48,6 +48,43 @@ }, "traceLevel": "Coarse" } + }, + { + "name": "SetPipelineOutput", + "type": "SetVariable", + "dependsOn": [ + { + "activity": "DataflowRawToCurated", + "dependencyConditions": [ + "Succeeded" + ] + } + ], + "policy": { + "secureOutput": false, + "secureInput": false + }, + "userProperties": [], + "typeProperties": { + "variableName": "pipelineReturnValue", + "value": [ + { + "key": "sinkFileSystem", + "value": { + "type": "Expression", + "content": "@pipeline().parameters.sinkFileSystem" + } + }, + { + "key": "sinkFolderPath", + "value": { + "type": "Expression", + "content": "@pipeline().parameters.sinkFolderPath" + } + } + ], + "setSystemVariable": true + } } ], "parameters": {