Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

SQL publish error

HannahLiu66
6 - Meteoroid

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?

6 REPLIES 6
cmcclellan
13 - Pulsar

LOTS of questions to ask to debug this more, but can you post exactly where the error is occurring (hopefully a screenshot or three)

HannahLiu66
6 - Meteoroid

HannahLiu66_0-1636337154557.png

 

HannahLiu66
6 - Meteoroid

The workflow looks like this:

HannahLiu66_0-1636337189067.png

 

cmcclellan
13 - Pulsar

Hmmm ... maybe the table doesn't have a column called "Daily Entry Error" any more ?  On the Alteryx side or the Snowflake side ?

HannahLiu66
6 - Meteoroid

I've tried to deselect the column, then the same issue would happen on the next column.

MichaelCordoba
5 - Atom

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.

Labels