mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-31 21:03:03 +00:00
Update MCE compliance and fix build (#1116)
This commit is contained in:
parent
d59d88b6a7
commit
19ff87dee6
@ -55,7 +55,7 @@ public class DatasetComplianceDaoTest {
|
||||
+ "enterpriseProduct: false, accountStatus: false, addressBookImports: false, microsoftData: false, "
|
||||
+ "subsidiaryData: false, otherThirdPartyIntegrations: false, device: false, searchHistory: false, "
|
||||
+ "courseViewingHistory: false, whoViewedMyProfile: false, profileViewsByMe: false, advertising: false, "
|
||||
+ "usageOrErrorOrConnectivity: false, otherClickstreamOrBrowsingData: false}";
|
||||
+ "usageOrErrorOrConnectivity: false, otherClickstreamOrBrowsingData: false, employeeData: null}";
|
||||
|
||||
assertEquals(dsCompliance.getCompliancePurgeType(), purgeType.toString());
|
||||
assertEquals(dsCompliance.getCompliancePurgeNote(), purgeNote);
|
||||
|
@ -108,6 +108,12 @@
|
||||
"name": "otherClickstreamOrBrowsingData",
|
||||
"type": "boolean",
|
||||
"doc": "Dataset contains other click-related data that doesn't fit into a bucket above."
|
||||
},
|
||||
{
|
||||
"name": "employeeData",
|
||||
"type": ["null", "boolean"],
|
||||
"default": null,
|
||||
"doc": "Dataset contains only employee data."
|
||||
}
|
||||
]
|
||||
}
|
@ -59,7 +59,7 @@
|
||||
"UNUSED": "Always use this value as the field is now deprecated"
|
||||
}
|
||||
},
|
||||
"doc": "Deprecated. New clients should set this to UNUSED and use actor field in changeAuditStamp instead."
|
||||
"doc": "[Deprecated] New clients should set this to UNUSED and use actor field in changeAuditStamp instead."
|
||||
},
|
||||
{
|
||||
"name": "name",
|
||||
|
Loading…
x
Reference in New Issue
Block a user