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
Like in the title - for 'Standard' tables, Snowflake does not enforce uniqueness of the primary key.
One can make it enforce it by creating a HYBRID table.
Some of our Upload_Spec tests rely on the PRIMARY KEY uniqueness. We should try adapting them to run the tests on HYBRID tables to actually correctly test this.
Also review if any other operations (like Lookup) do not rely in some ways on the uniqueness.
The text was updated successfully, but these errors were encountered:
Like in the title - for 'Standard' tables, Snowflake does not enforce uniqueness of the primary key.
One can make it enforce it by creating a
HYBRID
table.Some of our
Upload_Spec
tests rely on the PRIMARY KEY uniqueness. We should try adapting them to run the tests onHYBRID
tables to actually correctly test this.Also review if any other operations (like Lookup) do not rely in some ways on the uniqueness.
The text was updated successfully, but these errors were encountered: