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 initial version of SDV 1.0 will not support the case where primary key, alternate keys or sequence key are type categorical. Let's check for those cases during the metadata validation.
Problem Description
The initial version of SDV 1.0 will not support the case where primary key, alternate keys or sequence key are type categorical. Let's check for those cases during the metadata validation.
Expected Error
Additional context
Relevant methods to check are:
validate()
set_primary_key()
add_alternate_keys()
set_sequence_key()
The text was updated successfully, but these errors were encountered: