I am composing a Python script that will truncate an existing Snowflake table then reload it with newly updated GIS data. When I try to use Append using the "NO TEST" qualifier, the tool executes successfully, but when I go to review the results in Snowflake, only the non-text fields contain data from the source table, even though the schemas line up perfectly.
It turns out that, while the GIS copy of the table has two TEXT fields, the corresponding Snowflake table has two VARCHAR fields, both of which have identical field lengths across the two tables. Has anyone else run into this issue? If so, hopefully you have a workaround you can share. Thanks in advance!