Skip to content

Commit

Permalink
Allow me to use AnonymizedFaker with sdtype text columns
Browse files Browse the repository at this point in the history
This reverts commit 931e4a7.
  • Loading branch information
amontanez24 committed Aug 18, 2023
1 parent 931e4a7 commit 77f9a51
Show file tree
Hide file tree
Showing 4 changed files with 1,412 additions and 1,421 deletions.
2 changes: 1 addition & 1 deletion rdt/transformers/pii/anonymizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def get_supported_sdtypes(cls):
Accepted input sdtypes of the transformer.
"""
unsupported_sdtypes = {
'numerical', 'datetime', 'categorical', 'boolean', 'text', None
'numerical', 'datetime', 'categorical', 'boolean', None
}
all_sdtypes = {cls.INPUT_SDTYPE}
for transformer in BaseTransformer.get_subclasses():
Expand Down
Loading

0 comments on commit 77f9a51

Please sign in to comment.