forked from Bertverbeek4PS/bc2adls
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata_dataset_parquet.json
35 lines (35 loc) · 1001 Bytes
/
data_dataset_parquet.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "data_dataset_parquet",
"properties": {
"linkedServiceName": {
"referenceName": "AzureDataLakeStorage",
"type": "LinkedServiceReference"
},
"parameters": {
"containerName": {
"type": "string"
},
"entityName": {
"type": "string"
}
},
"annotations": [],
"type": "Parquet",
"typeProperties": {
"location": {
"type": "AzureBlobFSLocation",
"folderPath": {
"value": "@concat('data/', dataset().entityName)",
"type": "Expression"
},
"fileSystem": {
"value": "@dataset().containerName",
"type": "Expression"
}
},
"compressionCodec": "snappy"
},
"schema": []
},
"type": "Microsoft.Synapse/workspaces/datasets"
}