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