Having some issues updating a Snowflake database by inserting/updating records based on a primary key. Getting this error below:
My set up:
I have set a primary key in the Snowflake DB "PRIMARY_KEY", using the statement:
ALTER TABLE [TABLE NAME] ADD PRIMARY KEY (PRIMARY_KEY);
I have the same field "PRIMARY_KEY" in my Alteryx DB that I am using to write to the Snowflake table.
My output options are:
I am using the Snowflake Driver ODBC Driver 2.23.2
Is there anything I can do to fix this? Thanks!