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
Please indicate the following details about the environment in which you found the bug:
SDV version: 1.0.0.dev
Python version: Any
Operating System: Any
Error Description
When updating the sdtype of a column to one of the non-default types, the code will crash when attempting to assign transformers. The only way to fix this is by setting pii to True explicitly, but that should be the default. In other words, the transformer should be correctly assigned even when pii is not provided in the update_column call.
Environment Details
Please indicate the following details about the environment in which you found the bug:
Error Description
When updating the
sdtype
of a column to one of the non-default types, the code will crash when attempting to assign transformers. The only way to fix this is by settingpii
to True explicitly, but that should be the default. In other words, the transformer should be correctly assigned even whenpii
is not provided in theupdate_column
call.Steps to reproduce
The code above should run the same as the code below
The text was updated successfully, but these errors were encountered: