Skip to content

Commit

Permalink
Revert "Allow me to use AnonymizedFaker with sdtype text columns"
Browse files Browse the repository at this point in the history
This reverts commit f806360.
  • Loading branch information
amontanez24 committed Aug 18, 2023
1 parent f806360 commit 931e4a7
Show file tree
Hide file tree
Showing 4 changed files with 1,421 additions and 1,412 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', None
'numerical', 'datetime', 'categorical', 'boolean', 'text', None
}
all_sdtypes = {cls.INPUT_SDTYPE}
for transformer in BaseTransformer.get_subclasses():
Expand Down
Loading

0 comments on commit 931e4a7

Please sign in to comment.