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 da4d1ee commit 1ce423c
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions code/datafactory/pipeline/OttRawToCurated.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 1ce423c

Please sign in to comment.