Skip to content

Commit 02ffe94

Browse files
committed
database access edits
1 parent b177cab commit 02ffe94

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
@@ -48,8 +48,8 @@ Enter and run the code below to create specific roles for Linked Profiles. All S
4848
GRANT USAGE ON WAREHOUSE segment_entities TO ROLE segment_entities;
4949

5050
-- database access
51-
GRANT USAGE ON DATABASE segment_entities TO ROLE segment_entities;
52-
GRANT CREATE SCHEMA ON DATABASE segment_entities TO ROLE segment_entities;
51+
GRANT USAGE ON DATABASE <database-name> TO ROLE segment_entities;
52+
GRANT CREATE SCHEMA ON DATABASE <database-name> TO ROLE segment_entities;
5353
```
5454

5555
## Create a new user

0 commit comments

Comments
 (0)