57 lines
1.1 KiB
JSON
57 lines
1.1 KiB
JSON
{
|
|
"name": "CopyLocalFile",
|
|
"properties": {
|
|
"activities": [
|
|
{
|
|
"name": "Copy AW Products to data lake",
|
|
"type": "Copy",
|
|
"dependsOn": [],
|
|
"policy": {
|
|
"timeout": "0.12:00:00",
|
|
"retry": 0,
|
|
"retryIntervalInSeconds": 30,
|
|
"secureOutput": false,
|
|
"secureInput": false
|
|
},
|
|
"userProperties": [],
|
|
"typeProperties": {
|
|
"source": {
|
|
"type": "BinarySource",
|
|
"storeSettings": {
|
|
"type": "FileServerReadSettings",
|
|
"recursive": true
|
|
},
|
|
"formatSettings": {
|
|
"type": "BinaryReadSettings"
|
|
}
|
|
},
|
|
"sink": {
|
|
"type": "BinarySink",
|
|
"storeSettings": {
|
|
"type": "AzureBlobFSWriteSettings"
|
|
}
|
|
},
|
|
"enableStaging": false
|
|
},
|
|
"inputs": [
|
|
{
|
|
"referenceName": "FS_MyFiles",
|
|
"type": "DatasetReference"
|
|
}
|
|
],
|
|
"outputs": [
|
|
{
|
|
"referenceName": "ADLS_MyLocalFile",
|
|
"type": "DatasetReference"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"folder": {
|
|
"name": "Lab5"
|
|
},
|
|
"annotations": [],
|
|
"lastPublishTime": "2023-05-27T20:00:12Z"
|
|
},
|
|
"type": "Microsoft.DataFactory/factories/pipelines"
|
|
} |