Updating pipeline: 04 - Upload - From Metadata
This commit is contained in:
parent
63cbbcd637
commit
4782881321
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user