Updating pipeline: 04 - Upload - From Metadata

This commit is contained in:
Paul Andrew 2022-02-26 10:26:03 +00:00
parent 63cbbcd637
commit 4782881321

View File

@ -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"