Skip to content

Commit

Permalink
Updating pipeline: OttUploadToRaw
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinbuss committed Sep 18, 2024
1 parent 9f305a6 commit 4f03bdc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion code/datafactory/pipeline/OttUploadToRaw.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"typeProperties": {
"variableName": "sinkFolderPath",
"value": {
"value": "@concat(pipeline().parameters.sinkFolderPath, '/', pipeline().GroupId)",
"value": "@concat(pipeline().parameters.sinkFolderPath, '/', pipeline().parameters.pipelineId)",
"type": "Expression"
}
}
Expand All @@ -179,6 +179,9 @@
},
"logsFolderPath": {
"type": "string"
},
"pipelineId": {
"type": "string"
}
},
"variables": {
Expand Down

0 comments on commit 4f03bdc

Please sign in to comment.