Hey there,
I'm currently trying to write some data into Snowflake from Alteryx
I have both Strings and Double data
However when writing in-DB I have the following error message on the Data Stream-In Tool:
"DataWrap2ODBC::SendBatch: [Snowflake][Support] String data truncated while performing conversion.
I am writing to a table that I Overwrite at each run.
I tried to deselect all the string fields, and everything worked perfectly. Data is written into Snowflake as it should be.
I then Auto fielded the colums to reduce the size. I can now write a string field, size 10 into Snowflake.
However, the second shortest string field I have, size 20, seems to trigger the error.
In Snowflake, I can see that the table created has created this field as a VARCHAR(20) but the table is empty
Has anyone any ideas on how to workaround this?
Thanks