Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

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
14 - Magnetar

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
14 - Magnetar

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
Top Solution Authors