hi Community,
maybe this is a dumb question so apologies in advance.
we are using the Snowflake ODBC DSN-less connection to retrieve data in Alteryx from Snowflake.
At the moment we are using a connection that looks like the bellow:
odbc:DRIVER={SnowflakeDSIIDriver};SERVER={blabla.snowflakecomputing.com};UID={TEST_snowflakeAlt};DATABASE={TEST_DB};SCHEMA={MART};WAREHOUSE={TEST_WH_M};ROLE={};AUTHENTICATOR={snowflake};PWD=__EncPwd1__;
would be possible to use this for other(multiple) DATABASE/WAREHOUSE/SCHEMA, given the TES_snowflakeAlt user will have visibility?
If so do I need to add the values inside the curly brackets? Or the one in the connection string are just the default, so when the user has visibility everything will magically appear in the Visual query of the Input Tool?
I have looked insanely recently at snowflake documentation etc but cannot find a straight answer sorry.
Many thanks for this
Luca
Thansk a lot for your info