-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadiness_taxonomy.json
More file actions
50 lines (50 loc) · 1.46 KB
/
Copy pathreadiness_taxonomy.json
File metadata and controls
50 lines (50 loc) · 1.46 KB
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
{
"taxonomy_version": "1.0",
"rules": {
"PURPOSE_UNCLEAR": {
"severity": "blocker",
"title": "Purpose is unclear",
"remediation_role": "Data product owner"
},
"OWNER_MISSING": {
"severity": "blocker",
"title": "Accountable owner is missing",
"remediation_role": "Data product producer"
},
"BUSINESS_TERM_MISSING": {
"severity": "blocker",
"title": "Business semantics are missing",
"remediation_role": "Data steward"
},
"SEMANTIC_DEFINITION_CONFLICT": {
"severity": "blocker",
"title": "Governance artifact is ambiguous",
"remediation_role": "Business glossary owner"
},
"CLASSIFICATION_MISSING": {
"severity": "warning",
"title": "Classification is missing",
"remediation_role": "Data steward"
},
"CONTRACT_MISSING": {
"severity": "blocker",
"title": "Data contract is missing",
"remediation_role": "Data product owner"
},
"DQ_EVIDENCE_MISSING": {
"severity": "warning",
"title": "Data-quality commitments are missing",
"remediation_role": "Data product producer"
},
"DELIVERY_NOT_CONFIGURED": {
"severity": "blocker",
"title": "Delivery method is not configured",
"remediation_role": "Data product producer"
},
"SAMPLE_USAGE_MISSING": {
"severity": "warning",
"title": "Consumer usage guidance is missing",
"remediation_role": "Data product owner"
}
}
}