I am investigating how to connect Snowflake and Alteryx.
Using an ODBC connector that only specifies the Database I am able to access all data I need as an input.
However as an output this does not work.
If I create an ODBC connector which details the schema I can successfully output the data into a table in Snowflake. However this method means I need a unique connector created for each schema and Database I have.
Is there a better way I can approach this? I need to take bring data from alteryx to a table in Snowflake - Is the only way to use an ODBC connector that specifies the database and schema for the table?