diff --git a/wherehows-dao/src/test/java/wherehows/dao/DatasetComplianceDaoTest.java b/wherehows-dao/src/test/java/wherehows/dao/DatasetComplianceDaoTest.java index 70a045cca3..685a883bc1 100644 --- a/wherehows-dao/src/test/java/wherehows/dao/DatasetComplianceDaoTest.java +++ b/wherehows-dao/src/test/java/wherehows/dao/DatasetComplianceDaoTest.java @@ -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); diff --git a/wherehows-data-model/src/main/avro/DatasetClassification.avsc b/wherehows-data-model/src/main/avro/DatasetClassification.avsc index b9c4019b8f..84435c1c07 100644 --- a/wherehows-data-model/src/main/avro/DatasetClassification.avsc +++ b/wherehows-data-model/src/main/avro/DatasetClassification.avsc @@ -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." } ] } \ No newline at end of file diff --git a/wherehows-data-model/src/main/avro/MetadataLineageEvent.avsc b/wherehows-data-model/src/main/avro/MetadataLineageEvent.avsc index 0d85c10852..033e93f607 100644 --- a/wherehows-data-model/src/main/avro/MetadataLineageEvent.avsc +++ b/wherehows-data-model/src/main/avro/MetadataLineageEvent.avsc @@ -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",