From 0b5ae598235949dbad357e38971f9016788c86d8 Mon Sep 17 00:00:00 2001 From: Richard Swinbank Date: Sat, 22 Oct 2022 14:39:52 +0100 Subject: [PATCH] Adding dataset: ADLS_PQT_AdventureWorks --- .../dataset/ADLS_PQT_AdventureWorks.json | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 Code/DataFactory/dataset/ADLS_PQT_AdventureWorks.json diff --git a/Code/DataFactory/dataset/ADLS_PQT_AdventureWorks.json b/Code/DataFactory/dataset/ADLS_PQT_AdventureWorks.json new file mode 100644 index 0000000..cf4faf3 --- /dev/null +++ b/Code/DataFactory/dataset/ADLS_PQT_AdventureWorks.json @@ -0,0 +1,32 @@ +{ + "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", + "type": "Expression" + }, + "folderPath": "Raw", + "fileSystem": "lakeroot" + }, + "compressionCodec": "snappy" + }, + "schema": [] + } +} \ No newline at end of file