Snowflake
Overview
This connector provides a connection to Snowflake.
Requirements
Before creating the connector, you will need the following information available for the Snowflake connection.
- user
- password
- account
- warehouse
- database
- schema
Creating
To add an instance of the Snowflake connector, you can use the Web UI or the CLI.
$ sand connectors create snowflake --name myDB \
--user="user" --password="password" --account="account" \
--warehouse="warehouse" --database="database" --schema="schema"
✅ Connector created successfully!
Connector ID: cnc-5ab0075c465c8321
Usage
coming soon