Snowflake Db Store
Description | Connection to a Snowflake database |
---|---|
Type | snowflake |
Category | Db |
Configuration
Name | Description | Type | Mandatory | Comment |
---|---|---|---|---|
ConnectionString | The connection string to connect to the database | string | TRUE |
CODE
{
"Name": "snowflake",
"Type": "snowflake",
"HealthCheck": true,
"Config": {
"ConnectionString": "account=bonkivy-gc24111;host=bonkivy-gc24111.snowflakecomputing.com;user=myuser5000;password=$$pa$$w0rd-;db=TESTDB;schema=TESTSCHEMA;warehouse=COMPUTE_WH"
}
}