Writing to Snowflake | Truncated string fields | String data truncated
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Solved! Go to Solution.
- Labels:
- In Database
- Output
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Increasing the size by 1 after the autofield worked.
Example: If autofield set the size to 20, I set it to 21 with a select tool just after
I still have no idea on why this error occured but I don't have it anymore and everything is fine on Snowflake
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I encountered the same error message when working with Hive database, however, changing string length did not help.
As @JeremyGonzva Alteryx only through out the error when the string that to be streamed in to hive database exceeds certain threadhold (which is not too big, as theoretically, string in hive can be 2GB).
So my question is: is this a bug of Alteryx?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Good news, I have sorted it out. The solution is to go to Simba Driver setting-> advanced option: Increase the default string column length from 255 to a large number.
It is not an Alteryx problem, but a driver setting problem for my case.
