Skip to main content

snowflake

sand connectors upsert snowflake

Upsert a Snowflake connector

sand connectors upsert snowflake [flags]

Examples

$ sand connectors upsert snowflake --name="name" --user="user" --password="password" --account="account" --warehouse="warehouse" --database="database" --schema="schema"

✅ Connector upserted successfully!
Connector ID: cnc-5ab0075c465c8321

Options

      --account string     Account to authenticate to Snowflake with
--cluster string Cluster to associate this connector with
--database string Database to authenticate to Snowflake with
-h, --help Help for snowflake
--json Return json output
--name string Connector name (required)
--password string Password to authenticate to Snowflake with
--schema string Schema to authenticate to Snowflake with
--user string User to authenticate to Snowflake with
--warehouse string Warehouse to authenticate to Snowflake with

SEE ALSO