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
The update_column method is used to update parts of the metadata that may be incorrect. This method should also do some validation to make sure the user does not provide invalid data (that will cause issues later).
When passing in pii, the method currently accepts any input:
For SDV 1.0 (in progress)
Problem Description
The
update_column
method is used to update parts of the metadata that may be incorrect. This method should also do some validation to make sure the user does not provide invalid data (that will cause issues later).When passing in
pii
, the method currently accepts any input:Or
**
Expected behavior
Only
True
andFalse
values are allowed for thepii
attribute. If the user passes in an incorrect value, we should throw an error.The text was updated successfully, but these errors were encountered: