Prerequisites
Before proceeding, ensure the following prerequisites are met:- Install MindsDB locally via Docker or Docker Desktop.
- To connect Snowflake to MindsDB, install the required dependencies following this instruction.
Connection
Establish a connection to your Snowflake database from MindsDB by executing the following SQL command:account: The Snowflake account identifier. This guide will help you find your account identifier.user: The username for the Snowflake account.password: The password for the Snowflake account.database: The name of the Snowflake database to connect to.
warehouse: The Snowflake warehouse to use for running queries.schema: The database schema to use within the Snowflake database. Default isPUBLIC.role: The Snowflake role to use.