Skip to content

Commit c9c13a5

Browse files
authored
Update snowflake-setup.md
1 parent b6b44d7 commit c9c13a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Segment recommends setting up a new Snowflake user and only giving this user per
2323

2424
> info ""
2525
> Segment recommends creating a new database for the Data Graph.
26-
> If you choose to use an existing database that has also been used for [Segment Reverse ETL](/docs/connections/reverse-etl/), you must follow the [additional instructions](#update-user-access-for-segment-reverse-etl-schema)to update user access for the Segment Reverse ETL schema.
26+
> If you choose to use an existing database that has also been used for [Segment Reverse ETL](/docs/connections/reverse-etl/), you must follow the [additional instructions](#update-user-access-for-segment-reverse-etl-schema) to update user access for the Segment Reverse ETL schema.
2727
2828

2929
```sql
@@ -170,4 +170,4 @@ SET retl_schema = concat($segment_connection_db,'.__segment_reverse_etl');
170170
GRANT USAGE ON SCHEMA identifier($retl_schema) TO ROLE identifier($segment_connection_role);
171171
GRANT CREATE TABLE ON SCHEMA identifier($retl_schema) TO ROLE identifier($segment_connection_role);
172172
GRANT SELECT,INSERT,UPDATE,DELETE ON ALL TABLES IN SCHEMA identifier($retl_schema) TO ROLE identifier($segment_connection_role);
173-
```
173+
```

0 commit comments

Comments
 (0)