Skip to content

Commit

Permalink
Updating pipeline: OttRawToCurated
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinbuss committed Apr 24, 2024
1 parent 037c1b1 commit fcc7292
Showing 1 changed file with 29 additions and 2 deletions.
31 changes: 29 additions & 2 deletions code/datafactory/pipeline/OttRawToCurated.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -38,6 +56,15 @@
},
"sourceFileName": {
"type": "string"
},
"sourceFileSystem": {
"type": "string"
},
"sinkFileSystem": {
"type": "string"
},
"sinkFolderPath": {
"type": "string"
}
},
"folder": {
Expand Down

0 comments on commit fcc7292

Please sign in to comment.