Hello,
I am experiencing an issue while reading data out of snowflake. A bunch of strange characters are appearing in my outstream - I can assure you these characters were not written in, but for whatever reason, the characters appear in the actual snowflake table itself, as well as when I read it in Alteryx Designer.

For more background: I have a process in which I basically append a brand new set of data to snowflake each time I run my workflow.
- The process is simple on the surface: it takes the current data from the current run and unions it to the existing data already present in snowflake, and then overwrites the existing snowflake table so that it now contains all the old data + data from the most current run.
- The catch is that, if I have already run the same workflow earlier in the same day, then I remove the data from earlier in the same day from the union process. The goal is to make sure that there is only one set of records being appended to the snowflake table per day.
The issue arises in the left-most browse tool, pictured in the image below. When browsing the data that is coming OUT of snowflake via a connect In-DB tool and then a data stream out tool, I am noticing that many of the records have been altered and are not the same as when they were written in originally.
When I write the data IN, I am 100% confident that these symbols are not present in the data.
Additionally, I am also noticing that data appears to be shifting within the results. I feel like this is an issue with a codepage or a delimiter or something, but I just don't understand what is causing it.
