-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDataset_datalakeKNMIDump.json
More file actions
38 lines (38 loc) · 990 Bytes
/
Dataset_datalakeKNMIDump.json
File metadata and controls
38 lines (38 loc) · 990 Bytes
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": "DataLakeKNMIDump",
"properties": {
"linkedServiceName": {
"referenceName": "KNMI_DumpDatalake",
"type": "LinkedServiceReference"
},
"annotations": [],
"type": "Json",
"typeProperties": {
"location": {
"type": "AzureBlobFSLocation",
"fileSystem": "knmi"
}
},
"schema": {
"type": "object",
"properties": {
"Prop_0": {
"type": "string"
},
"station_code": {
"type": "integer"
},
"date": {
"type": "string"
},
"hour": {
"type": "integer"
},
"T": {
"type": "integer"
}
}
}
},
"type": "Microsoft.DataFactory/factories/datasets"
}