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": {