SQL publish error
- 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
Hi,
I've got an issue in the final output to snowflake.
It used to work well. Not sure why it doesn't work to append new files to the snowflake table anymore.
The error shows an error SQL Prepare:
SQL compilation error: line 1 at position 758 invalid identifier ' "Data Entry Error"'
but even I removed the column, the next column shows the same error. Can I have some tips how to fix it?
- Labels:
- Output
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
LOTS of questions to ask to debug this more, but can you post exactly where the error is occurring (hopefully a screenshot or three)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
The workflow looks like this:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hmmm ... maybe the table doesn't have a column called "Daily Entry Error" any more ? On the Alteryx side or the Snowflake side ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I've tried to deselect the column, then the same issue would happen on the next column.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Seems the issue has to do with the double quotes, remember that Snowflake follows SQL standards meaning that whether is double quotes " " or singles ' ' will make the difference as far as how snowflake will understand the statement.
