From 73cbe88efcded591b3042615de878f232c897121 Mon Sep 17 00:00:00 2001 From: Tiji Mathew Date: Tue, 29 Oct 2024 15:54:27 -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 9dbea86..ca59f8f 100644 --- a/demo/README.MD +++ b/demo/README.MD @@ -30,7 +30,7 @@ dev branches respectively. following environment variables. - SNOWFLAKE_ACCOUNT: This will be the account identifier for your Snowflake account. - SNOWFLAKE_USER: This will be the user that will connect to your snowflake account (`SNOWFLAKE_ACCOUNT`). - - SNOWFLAKE_PASSWORD: This is the password for the user (`SNOWFLAKE_USER`) that will connect to your snowflake account (`SNOWFLAKE_ACCOUNT`). + - SNOWFLAKE_PASSWORD: This is the password for the user (`SNOWFLAKE_USER`) that will connect to your Snowflake account (`SNOWFLAKE_ACCOUNT`). - 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.