diff --git a/Code/DataFactory/pipeline/pipeline1.json b/Code/DataFactory/pipeline/pipeline1.json index 2764a2a..2bfd24b 100644 --- a/Code/DataFactory/pipeline/pipeline1.json +++ b/Code/DataFactory/pipeline/pipeline1.json @@ -9,10 +9,13 @@ "userProperties": [], "typeProperties": { "pipeline": { - "referenceName": "Wait 10", + "referenceName": "05 - Get File List Utility", "type": "PipelineReference" }, - "waitOnCompletion": true + "waitOnCompletion": false, + "parameters": { + "GetFileQuery": "SELECT * FROM [dbo].[FilesToUpload] WHERE [Enabled] = 1;" + } } } ],