Hi All,
I'm connecting through Alteryx Designer to external (client's) Snowflake DB for the first time.
I've installed Simba driver and configured ODBC DataSource Administrator with info provided by client, including warehouse id, test was Successful, it said connected to data source.
But when I try to set up the input tool, using this connection, I got the following error:
Error SQLExecute: No active warehouse selected in the current session. Select an active warehouse with the 'use warehouse' command.¶
I found on Alteryx community that warehouse can be specified in Pre SQL Stetement, so I did that, but getting following error:
Error running PreSQL: "use warehouse XXX;": SQL compilation error:¶Object does not exist, or operation cannot be performed.
Below is the configuration.
Could someone smart please advise where I'm going wrong?