diff --git a/Code/DataFactory/dataset/LaptopFilesParquet.json b/Code/DataFactory/dataset/LaptopFilesParquet.json new file mode 100644 index 0000000..7e1e932 --- /dev/null +++ b/Code/DataFactory/dataset/LaptopFilesParquet.json @@ -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": [] + } +} \ No newline at end of file