32 lines
610 B
JSON
32 lines
610 B
JSON
{
|
|
"name": "ADLS_PQT_AdventureWorks",
|
|
"properties": {
|
|
"linkedServiceName": {
|
|
"referenceName": "ADLS_saintegrationpipelines",
|
|
"type": "LinkedServiceReference"
|
|
},
|
|
"parameters": {
|
|
"EntityName": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"folder": {
|
|
"name": "Labs2"
|
|
},
|
|
"annotations": [],
|
|
"type": "Parquet",
|
|
"typeProperties": {
|
|
"location": {
|
|
"type": "AzureBlobFSLocation",
|
|
"fileName": {
|
|
"value": "@{dataset().EntityName}.parquet",
|
|
"type": "Expression"
|
|
},
|
|
"folderPath": "Raw",
|
|
"fileSystem": "lakeroot"
|
|
},
|
|
"compressionCodec": "snappy"
|
|
},
|
|
"schema": []
|
|
}
|
|
} |