From bf08a2aa6c8de9fac2a4fcf850fa9e5ae426edf7 Mon Sep 17 00:00:00 2001 From: Tiji Mathew Date: Tue, 29 Oct 2024 15:55:15 -0400 Subject: [PATCH] Update demo/README.MD Accepted Co-authored-by: Tyler White --- demo/README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/README.MD b/demo/README.MD index 928f977..ac4d9ed 100644 --- a/demo/README.MD +++ b/demo/README.MD @@ -34,7 +34,7 @@ dev branches respectively. - SCENARIO_NAME: This will be demo folder you intend to experiment with. For starters, `basics_demo`, `citibike_demo` or `citibike_demo_jinja` are included with the repo that will set the root folder value in the respective schemachange-config.yml file. - - SNOWFLAKE_WAREHOUSE: This will be the warehouse you set up for the demo. Default setup is SCHEMACHANGE_DEMO_WH. You can update this to your warehouse in your snowflake account (`SNOWFLAKE_ACCOUNT`). + - SNOWFLAKE_WAREHOUSE: This will be the warehouse you set up for the demo. Default setup is SCHEMACHANGE_DEMO_WH. You can update this to your warehouse in your Snowflake account (`SNOWFLAKE_ACCOUNT`). - SNOWFLAKE_DATABASE Keyed to SCHEMACHANGE_DEMO. You can update this to the database in your snowflake account (`SNOWFLAKE_ACCOUNT`) - SNOWFLAKE_ROLE Keyed to SCHEMACHANGE_DEMO-DEPLOY. This particular role name was chosen to test hyphenated roles in schemachange. You can update this value to match the role you have setup in your snowflake account (`SNOWFLAKE_ACCOUNT`).