Adding dataset: LaptopFilesParquet
This commit is contained in:
parent
8224239a4c
commit
101c565807
37
Code/DataFactory/dataset/LaptopFilesParquet.json
Normal file
37
Code/DataFactory/dataset/LaptopFilesParquet.json
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
{
|
||||||
|
"name": "LaptopFilesParquet",
|
||||||
|
"properties": {
|
||||||
|
"linkedServiceName": {
|
||||||
|
"referenceName": "LaptopFiles",
|
||||||
|
"type": "LinkedServiceReference"
|
||||||
|
},
|
||||||
|
"parameters": {
|
||||||
|
"Directory": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"File": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"folder": {
|
||||||
|
"name": "Laptop"
|
||||||
|
},
|
||||||
|
"annotations": [],
|
||||||
|
"type": "Parquet",
|
||||||
|
"typeProperties": {
|
||||||
|
"location": {
|
||||||
|
"type": "FileServerLocation",
|
||||||
|
"fileName": {
|
||||||
|
"value": "@dataset().File",
|
||||||
|
"type": "Expression"
|
||||||
|
},
|
||||||
|
"folderPath": {
|
||||||
|
"value": "@dataset().Directory",
|
||||||
|
"type": "Expression"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"compressionCodec": "snappy"
|
||||||
|
},
|
||||||
|
"schema": []
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user