Skip to content

Commit 5170808

Browse files
authored
Update snowflake-setup.md [netlify-build]
1 parent 592be5d commit 5170808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unify/data-graph/setup-guides/snowflake-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The first step is to create a new Segment role and grant it the appropriate perm
3939

4040
- Create a new role and user for Segment Data Graph. This new role will have access to only the datasets you want to access from the Segment Data Graph.
4141
- Grant the Segment user access to the warehouse of your choice. If you'd like to create a new warehouse, uncomment the SQL below.
42-
- Create a new database for Segment Data Graph. Segment only requires write access to this one database to create a schema for internal bookkeeping, and to store checkpoint tables for the queries that are executed. Segment recommends creating an empty database for this purpose using the script below. This is also the database you'll be required to specify for the "Database Name" when connecting Snowflake with the Segment app.
42+
- Create a new database for Segment Data Graph. **Segment only requires write access to this one database to create a schema for internal bookkeeping, and to store checkpoint tables for the queries that are executed**. Segment recommends creating an empty database for this purpose using the script below. This is also the database you'll be required to specify for the "Database Name" when connecting Snowflake with the Segment app.
4343

4444
**Note** - the variables specified at the top of the code block with the `SET` command are placeholders and should be updated.
4545

0 commit comments

Comments
 (0)