From 24fc0e9d37653401e7883cf7ccaa234cb1eab165 Mon Sep 17 00:00:00 2001 From: Paul Andrew <60190428+mrpaulandrew@users.noreply.github.com> Date: Tue, 22 Feb 2022 09:19:42 +0000 Subject: [PATCH] Updating pipeline: pipeline1 --- Code/DataFactory/pipeline/pipeline1.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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;" + } } } ],