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's confusing when I see an error message that says I passed the wrong arguments when the actual problem was a typo in the sdtype.
Expected behavior
When adding a colum,n or validating the metadata, do the following steps:
Check to see if sdtype is:
(a) commonly supported 'numerical', 'datetime', etc.
(b) included in our mapping 'physical_address', 'ipv4_address', etc.
(c) found as a Faker function
Throw the following error if it is none of the above: Invalid sdtype : '{provided_sdtype}' is not recognized. Please use one of the supported SDV sdtypes.
The text was updated successfully, but these errors were encountered:
Problem Description
As a user, it's confusing when I see an error message that says I passed the wrong arguments when the actual problem was a typo in the sdtype.
Expected behavior
When adding a colum,n or validating the metadata, do the following steps:
(a) commonly supported 'numerical', 'datetime', etc.
(b) included in our mapping 'physical_address', 'ipv4_address', etc.
(c) found as a Faker function
Invalid sdtype : '{provided_sdtype}' is not recognized. Please use one of the supported SDV sdtypes.
The text was updated successfully, but these errors were encountered: