From 101c5658073870d9c8695db5fa52eaae8739d334 Mon Sep 17 00:00:00 2001 From: Paul Andrew <60190428+mrpaulandrew@users.noreply.github.com> Date: Sat, 26 Feb 2022 10:29:39 +0000 Subject: [PATCH] Adding dataset: LaptopFilesParquet --- .../dataset/LaptopFilesParquet.json | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 Code/DataFactory/dataset/LaptopFilesParquet.json 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