Skip to content

Commit b177cab

Browse files
committed
update Snowflake setup doc
1 parent 2793b7d commit b177cab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/unify/linked-profiles/setup-guides/snowflake-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ Enter and run the code below to create a virtual warehouse. Linked Events needs
3838

3939
## Create a new role
4040

41-
Enter and run the code below to create specific roles for Linked Events. All Snowflake access is specified through roles, which are then assigned to the user you’ll create later.
41+
Enter and run the code below to create specific roles for Linked Profiles. All Snowflake access is specified through roles, which are then assigned to the user you’ll create later.
4242

4343
```ts
4444
-- create role
45-
GRANT ROLE segment_entities;
45+
CREATE ROLE segment_entities;
4646

4747
-- warehouse access
4848
GRANT USAGE ON WAREHOUSE segment_entities TO ROLE segment_entities;

0 commit comments

Comments
 (0)