You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enterprise users have access to additional RDTs that offer them features such as contextual anonymization.
Environment Details
SDV-Enterprise version: 0.4.0 (dev release)
SDV version: 1.2.1
RDT version: 1.6.0
Error Description
As an SDV Enterprise user, I may have access to enterprise sdtypes such as phone_number and email. A synthesizer will automatically assign the enterprise transformers to these columns.
However, for the strictest privacy protection, I may want the option to use pure anonymization instead. I should be able to do this by assigning the generic, publicly available PII transformers such as AnonymizedFaker or PseudoAnonymizedFaker. But when I try to do this, there is an error.
InvalidConfigError: Column 'phone_number' is a phone_number column, which is incompatible with the 'AnonymizedFaker' transformer.
Fix
Change the update transformer logic in the HyperTransformer: If an sdtype is NOT one of ('numerical', 'datetime', 'categorical', 'boolean' or 'text'), then allow the user an option to pass any transformer in the pii module.
The text was updated successfully, but these errors were encountered:
npatki
added
bug
Something isn't working
new
Label applied to new issues
and removed
new
Label applied to new issues
labels
Jul 27, 2023
Enterprise users have access to additional RDTs that offer them features such as contextual anonymization.
Environment Details
Error Description
As an SDV Enterprise user, I may have access to enterprise sdtypes such as
phone_number
andemail
. A synthesizer will automatically assign the enterprise transformers to these columns.However, for the strictest privacy protection, I may want the option to use pure anonymization instead. I should be able to do this by assigning the generic, publicly available PII transformers such as AnonymizedFaker or PseudoAnonymizedFaker. But when I try to do this, there is an error.
Steps to reproduce
Fix
Change the update transformer logic in the HyperTransformer: If an sdtype is NOT one of (
'numerical'
,'datetime'
,'categorical'
,'boolean'
or'text'
), then allow the user an option to pass any transformer in thepii
module.The text was updated successfully, but these errors were encountered: