Linux
Was this helpful?
Was this helpful?
Install the driver from the
Go to your odbc configuration file. Typically located at /etc/odbc.ini
Add a section for your configuration like the example below.
<YOUR_SERVER> is the url of your snowflake instance (for example appsfortableau.west-europe.azure.snowflakecomputing.com)
<path is the location where the snowflake library is located
<YOUR_DATABASE_NAME> is your database name
<YOUR_WAREHOUSE> is your warehouse
Make sure to set NoExecuteInSQLPrepare=true
in ODBC configuration. ()
This should be set in your simba.snowflake.ini
file.