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", "type": "DelimitedTextSource",
"storeSettings": { "storeSettings": {
"type": "FileServerReadSettings", "type": "FileServerReadSettings",
"recursive": true, "recursive": false,
"enablePartitionDiscovery": false "enablePartitionDiscovery": false
}, },
"formatSettings": { "formatSettings": {
@ -165,7 +165,8 @@
"type": "BinarySource", "type": "BinarySource",
"storeSettings": { "storeSettings": {
"type": "AzureBlobFSReadSettings", "type": "AzureBlobFSReadSettings",
"recursive": true "recursive": false,
"deleteFilesAfterCompletion": false
}, },
"formatSettings": { "formatSettings": {
"type": "BinaryReadSettings" "type": "BinaryReadSettings"