Unexpected masking behaviors
Published 03 January 2024
Known limitations
Also check our known limitations for further possible explanations of behavior
Deterministic masking gives different results on subsequent runs against the same data
By default, columns marked for deterministic masking will have their data anonymized with a randomly generated seed. This means that while all records of 'John Smith' could be masked consistently as 'Joe Bloggs' everywhere in that database, the chosen replacement string will vary each time you run masking.
To maintain determinism between runs, specify the same deterministic seed for each run.