Updating pipeline: pipeline1

This commit is contained in:
Paul Andrew 2022-02-22 09:19:42 +00:00
parent f81a37adc4
commit 24fc0e9d37

View File

@ -9,10 +9,13 @@
"userProperties": [], "userProperties": [],
"typeProperties": { "typeProperties": {
"pipeline": { "pipeline": {
"referenceName": "Wait 10", "referenceName": "05 - Get File List Utility",
"type": "PipelineReference" "type": "PipelineReference"
}, },
"waitOnCompletion": true "waitOnCompletion": false,
"parameters": {
"GetFileQuery": "SELECT * FROM [dbo].[FilesToUpload] WHERE [Enabled] = 1;"
}
} }
} }
], ],