Hi all,
One of our Alteryx workflows which pulls data from SQL Server and writes to Snowflake via ODBC has started failing after upgrading to the latest snowflake ODBC driver (snowflake64_odbc-2.19.1.msi). I seem to have narrowed the issue down to, at least, the Boolean data type. The Snowflake table is created successfully, but the insert fails with message like "Output Data (3) DataWrap2ODBC::SendBatch: [Snowflake][Snowflake] (18) Unsupported data type for bind variable: -7 Insert into... ".
If I use a sample tool to remove all rows (i.e. create table but no insert), it runs without error. Has anyone else experienced this?
Thanks in advance!