From 4782881321098ba93eb07f3dc92b2cc2f0ae7ffa Mon Sep 17 00:00:00 2001 From: Paul Andrew <60190428+mrpaulandrew@users.noreply.github.com> Date: Sat, 26 Feb 2022 10:26:03 +0000 Subject: [PATCH] Updating pipeline: 04 - Upload - From Metadata --- Code/DataFactory/pipeline/04 - Upload - From Metadata.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Code/DataFactory/pipeline/04 - Upload - From Metadata.json b/Code/DataFactory/pipeline/04 - Upload - From Metadata.json index 3dad57c..6c069a3 100644 --- a/Code/DataFactory/pipeline/04 - Upload - From Metadata.json +++ b/Code/DataFactory/pipeline/04 - Upload - From Metadata.json @@ -83,7 +83,7 @@ "type": "DelimitedTextSource", "storeSettings": { "type": "FileServerReadSettings", - "recursive": true, + "recursive": false, "enablePartitionDiscovery": false }, "formatSettings": { @@ -165,7 +165,8 @@ "type": "BinarySource", "storeSettings": { "type": "AzureBlobFSReadSettings", - "recursive": true + "recursive": false, + "deleteFilesAfterCompletion": false }, "formatSettings": { "type": "BinaryReadSettings"