Enable Snowflake in Kizen
Overview
Before You Begin
Enable Snowflake in Kizen
1
5
Enter your Snowflake connection credentials
{
"account": "account_id",
"warehouse": "DATA_WH",
"schema": "PUBLIC",
"pat": "pat_token"
}{
"production_db": {
"account": "account_id",
"warehouse": "DATA_WH",
"schema": "PUBLIC",
"pat": "pat_token"
},
"staging_db": {
"account": "account_id",
"warehouse": "DATA_WH",
"schema": "PUBLIC",
"pat": "pat_token"
}
}Key
Type
Description
What's Next
Last updated
Was this helpful?


