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
As a user, it isn't clear which sdtype to use for id columns. Text seems like it would be for free text responses.
Expected behavior
Change any references and checks in the metadata for 'text' as an sdtype to 'id'
Validate that any keys are either sdtype 'id' or one of the natural (faker) types. Keys cannot be categorical, boolean, numerical or datetime. Currently we only check for boolean and categorical.
Change any references in the DataProcessor
The text was updated successfully, but these errors were encountered:
Problem Description
As a user, it isn't clear which
sdtype
to use for id columns. Text seems like it would be for free text responses.Expected behavior
sdtype
to 'id'sdtype
'id' or one of the natural (faker) types. Keys cannot be categorical, boolean, numerical or datetime. Currently we only check for boolean and categorical.DataProcessor
The text was updated successfully, but these errors were encountered: