diff --git a/demo/README.MD b/demo/README.MD index 057d025f..177ca938 100644 --- a/demo/README.MD +++ b/demo/README.MD @@ -4,7 +4,7 @@ The contents of this Demo serves two audiences - Consumers and Contributors. For ## Prequisite -- You will need your own snowflake Account to test the Demo. +- You will need your own snowflake Account to test the Demo - Both as a contributor and consumer. - You will need to review and run statements in the provision folder or setup your own database and schema. - [initialize.sql](provision/initialize.sql): Contains the SQL variables to initialize your environment. - [setup_schemachange_schema.sql](provision/setup_schemachange_schema.sql): Contains the SQL variables to track the individual demo scenarios in its own change history table. diff --git a/demo/provision/initialize.sql b/demo/provision/initialize.sql index 2fe4190e..fdc5e21b 100644 --- a/demo/provision/initialize.sql +++ b/demo/provision/initialize.sql @@ -1,7 +1,7 @@ -- This script is provided as a sample setup to use database roles, warehouse, admin role, deploy role as an example. -- YOu may choose to have your own RBAC and SCHEMACHANGE database setup depending on your organization objectives. -- Set these to personalize your deployment -SET SERVICE_USER_PASSWORD = 'CHANGEME'; +SET SERVICE_USER_PASSWORD = 'CHANGEME'; -- Password for the service user that will be logging SET ADMIN_USER = 'CHANGEME'; SET TARGET_DB_NAME = 'SCHEMACHANGE_DEMO'; -- Name of database that will have the SCHEMACHANGE Schema for change tracking.