The Demo Snowflake Setting (DEMO_SnowFlakeSettingBlock) Data Block is expected to be edited or deleted by the during the Assette implementation.
The Demo Snowflake Setting (DEMO_SnowFlakeSettingBlock) Data Block is used to facilitate access the Assette Demo Snowflake Data Warehouse by providing values (see Example Definition, below) for ‘user’, ‘account’, ‘warehouse’, etc. This Data Block must be edited or removed as dictated by the client’s data needs.
If using Assette’s Snowflake Demo Warehouse, ensure that the name of the value of “certificate” matches the current name of the Snowflake Demo Certificate and update accordingly.
General Info #
Field | Value |
---|---|
Name | DEMO_SnowFlakeSettingBlock |
Block Category | Configuration |
Block Type | Settings |
Data Category | None |
Output Type | Settings |
Dependencies #
None
Example Definition #
{
"user": "DEMO_USER",
"certificate": "DemoCertificate",
"account": "DEMO",
"warehouse": "DEMO_WH",
"database": "DEMO_DB",
"schema": "DBO",
"role": "DEMO_DB_RW"
}
Example Request #
None
Example Response #
None