Background
Snowflake as a data source for Logi Info can be set up using a variety of methods. One common approach is to connect via ODBC connector. Use the following to set up logi info to connect to Snowflake via ODBC.
Steps
1) Set up an ODBC connection element in your Logi Application's Settings.lgx (replace userid and password with your connection information).
<Connection
ConnectionString="DSN=Snowflake;Uid=*****;Pwd=*****;"
ID="Snowflake"
Type="ODBC"
/>
2) Download Snowflake ODBC Driver from Snowflake Website https://docs.snowflake.com/en/user-guide/odbc-download.html
3) Add a system dsn in odbc manager. Your connection element will now use this information to connect.
Note: Logi's Query builder wizard requires setting the 'warehouse' parameter, but connection to data, and queries will work without this parameter. The query builder wizard makes development easier by providing intellisense and giving access to the underlying schema.