Skip to content

Commit

Permalink
Updating pipeline: 01-SolutionExecutor
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpaulandrew committed Mar 25, 2024
1 parent 59f185b commit dea0657
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/azure.datafactory/pipeline/01-SolutionExecutor.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,13 @@
"referenceName": "02-BatchExecutor",
"type": "PipelineReference"
},
"waitOnCompletion": true
"waitOnCompletion": true,
"parameters": {
"BatchName": {
"value": "@pipeline().parameters.BatchName",
"type": "Expression"
}
}
}
}
],
Expand Down

0 comments on commit dea0657

Please sign in to comment.