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"