Have you made any progress on this? I have the same issue running bulk inserts or upserts into Snowflake. The resource connection is valid, and I'm lost at what to look at.
Hey @mitchscales@Heather, can you share how your Retool instances are hosted and what versions you are on? Unable to reproduce on Retool Cloud, but will dig into your specific instances. Thanks!
My retool instance is hosted on the 'Retool Cloud'.
I'm not sure how I can check the version number? Tried to find something online but couldn't see anything, I would assume I'm on the latest version.
I just tried this again (I had to do a workaround where I essentially create the underlying SQL insert statement using some funky JS instead of using the GUI mode), and it still returns the same issue:
Update: I ultimately found the cause of the error I was experiencing is that Retool wraps all values of the bulk upsert statement in double quotes. This causes the query to fail if a custom column in the table isn't uppercased to match the internal automatic uppercasing that Snowflake performs.
The error message sounds network-y, which lead me down way too many rabbit holes.
@mitchscales All cloud versions are the same, so no worries there! Are you able to check and see if there is a column mismatch like @Heather is describing?