From fcc7292727abed2730f4078a01b6530bf7a9684b Mon Sep 17 00:00:00 2001 From: Marvin Buss <34542414+marvinbuss@users.noreply.github.com> Date: Wed, 24 Apr 2024 21:57:18 +0200 Subject: [PATCH] Updating pipeline: OttRawToCurated --- .../datafactory/pipeline/OttRawToCurated.json | 31 +++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/code/datafactory/pipeline/OttRawToCurated.json b/code/datafactory/pipeline/OttRawToCurated.json index 92311c1..0077305 100644 --- a/code/datafactory/pipeline/OttRawToCurated.json +++ b/code/datafactory/pipeline/OttRawToCurated.json @@ -20,8 +20,26 @@ "referenceName": "OttRawToCurated", "type": "DataFlowReference", "parameters": { - "sourceFolderPath": "toString('ott')", - "sourceFileName": "toString('data.csv')" + "sourceFolderPath": { + "value": "'@{pipeline().parameters.sourceFolderPath}'", + "type": "Expression" + }, + "sourceFileName": { + "value": "'@{pipeline().parameters.sourceFileName}'", + "type": "Expression" + }, + "sourceFileSystem": { + "value": "'@{pipeline().parameters.sourceFileSystem}'", + "type": "Expression" + }, + "sinkFileSystem": { + "value": "'@{pipeline().parameters.sinkFileSystem}'", + "type": "Expression" + }, + "sinkFolderPath": { + "value": "'@{pipeline().parameters.sinkFolderPath}'", + "type": "Expression" + } } }, "integrationRuntime": { @@ -38,6 +56,15 @@ }, "sourceFileName": { "type": "string" + }, + "sourceFileSystem": { + "type": "string" + }, + "sinkFileSystem": { + "type": "string" + }, + "sinkFolderPath": { + "type": "string" } }, "folder": {