Updating dataset: ADLS_BIN_AdventureWorks Updating dataset: ADLS_TSV_AdventureWorks Updating dataset: HTTP_BIN_AWProduct Updating dataset: HTTP_BIN_AdventureWorks
34 lines
642 B
JSON
34 lines
642 B
JSON
{
|
|
"name": "ADLS_TSV_AdventureWorks",
|
|
"properties": {
|
|
"linkedServiceName": {
|
|
"referenceName": "ADLS_saintegrationpipelines",
|
|
"type": "LinkedServiceReference"
|
|
},
|
|
"parameters": {
|
|
"FileName": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"folder": {
|
|
"name": "Labs1"
|
|
},
|
|
"annotations": [],
|
|
"type": "DelimitedText",
|
|
"typeProperties": {
|
|
"location": {
|
|
"type": "AzureBlobFSLocation",
|
|
"fileName": {
|
|
"value": "@dataset().FileName",
|
|
"type": "Expression"
|
|
},
|
|
"folderPath": "Raw",
|
|
"fileSystem": "lakeroot"
|
|
},
|
|
"columnDelimiter": "\t",
|
|
"escapeChar": "\\",
|
|
"quoteChar": "\""
|
|
},
|
|
"schema": []
|
|
}
|
|
} |