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