forked from Bertverbeek4PS/bc2adls
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeltas_dataset.json
38 lines (38 loc) · 1.07 KB
/
deltas_dataset.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
36
37
38
{
"name": "deltas_dataset",
"properties": {
"linkedServiceName": {
"referenceName": "AzureDataLakeStorage",
"type": "LinkedServiceReference"
},
"parameters": {
"containerName": {
"type": "string"
},
"entityName": {
"type": "string"
}
},
"annotations": [],
"type": "DelimitedText",
"typeProperties": {
"location": {
"type": "AzureBlobFSLocation",
"folderPath": {
"value": "@concat('deltas/', dataset().entityName)",
"type": "Expression"
},
"fileSystem": {
"value": "@dataset().containerName",
"type": "Expression"
}
},
"columnDelimiter": ",",
"escapeChar": "\\",
"firstRowAsHeader": true,
"quoteChar": "\""
},
"schema": []
},
"type": "Microsoft.Synapse/workspaces/datasets"
}