-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Hashing logic in the Anonymiser (#190)
* Update first name and last name logic * Add get_faker_rng fn * Add user_id to transform * add fake email and company name logic update lock file Update company name and email fn add test for first name with id hash * pass user_id to row parser file get id from table instead of transformer arg rename arg to id * Add hashing transformers Get id from transformer arg * Get id from transformer arg Revert fake_full_name fn Update row_parser Update hashed_first_name test * Combine fake and hash fns * Pass id None in Fake transformer type * Rename TransformerType from hashed to deterministic * Update fake_company_name_with_unique_arg test * Use same transformer fns with deterministic flag * rename id-column to id_column * Move deterministic validation on higher level --------- Co-authored-by: Meedaxa Ahmed <meedaxa.ahmed@gmail.com>
- Loading branch information
1 parent
dab0581
commit 4ee539e
Showing
9 changed files
with
1,017 additions
and
477 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.