Skip to content

Commit

Permalink
commiting install readme details
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-tmathew committed Jul 11, 2024
1 parent 9c0a36c commit aa85586
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion demo/provision/initialize.sql
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit aa85586

Please sign in to comment.