Skip to content

Commit 9eed382

Browse files
authored
update note formatting
1 parent 846b428 commit 9eed382

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ The first step is to create a new Segment role and grant it the appropriate perm
4343
- Grant the Segment user access to the warehouse of your choice. If you'd like to create a new warehouse, uncomment the SQL below.
4444
- 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.
4545

46-
**Note** - the variables specified at the top of the code block with the `SET` command are placeholders and should be updated.
46+
> info ""
47+
> The variables specified at the top of the code block with the `SET` command are placeholders and should be updated.
4748
4849
```
4950
-- ********** SET UP THE FOLLOWING WAREHOUSE PERMISSIONS **********

0 commit comments

Comments
 (0)