-
Notifications
You must be signed in to change notification settings - Fork 14
/
_INFO
59 lines (59 loc) · 1.42 KB
/
_INFO
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"metadata": {
"sourceApplication": "Test Data",
"country": "ZA",
"historyType": "Snapshot",
"dataFilename": "tradeData_20170721.dat",
"sourceType": "Golden",
"version": 1,
"informationDate": "01-01-2017",
"additionalInfo": {
"key1": "value1",
"key2": "value2"
}
},
"checkpoints": [
{
"name": "Source",
"processStartTime": "01-01-2017 08:00:00",
"processEndTime": "01-01-2017 08:00:00",
"workflowName": "Source",
"order": 1,
"controls": [
{
"controlName": "deptTotal",
"controlType": "controlType.aggregatedTotal",
"controlCol": "dept",
"controlValue": 8
},
{
"controlName": "recordCount",
"controlType": "controlType.Count",
"controlCol": "employee_id",
"controlValue": 6
}
]
},
{
"name": "Raw",
"processStartTime": "01-01-2017 08:00:00",
"processEndTime": "01-01-2017 08:00:00",
"workflowName": "Raw",
"order": 2,
"controls": [
{
"controlName": "deptTotal",
"controlType": "controlType.aggregatedTotal",
"controlCol": "dept",
"controlValue": 8
},
{
"controlName": "recordCount",
"controlType": "controlType.Count",
"controlCol": "employee_id",
"controlValue": 6
}
]
}
]
}