Skip to content

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] authored and dinesh-crest committed Aug 14, 2023
1 parent 5582db1 commit 6456726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlp/kAnonymityWithEntityIds.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'}];

Expand Down

0 comments on commit 6456726

Please sign in to comment.