From 64567261842f15313262722cc1ca0b8ff247f17f Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Thu, 10 Aug 2023 10:15:15 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20post-p?= =?UTF-8?q?rocessor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- dlp/kAnonymityWithEntityIds.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlp/kAnonymityWithEntityIds.js b/dlp/kAnonymityWithEntityIds.js index bb5abd3af7b..fa42e563d49 100644 --- a/dlp/kAnonymityWithEntityIds.js +++ b/dlp/kAnonymityWithEntityIds.js @@ -48,7 +48,7 @@ async function main(projectId, datasetId, sourceTableId, outputTableId) { // Specify the unique identifier in the source table for the k-anonymity analysis. const uniqueIdField = {name: 'Name'}; - + // These values represent the column names of quasi-identifiers to analyze const quasiIds = [{name: 'Age'}, {name: 'Mystery'}];