We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b177cab commit 02ffe94Copy full SHA for 02ffe94
src/unify/linked-profiles/setup-guides/snowflake-setup.md
@@ -48,8 +48,8 @@ Enter and run the code below to create specific roles for Linked Profiles. All S
48
GRANT USAGE ON WAREHOUSE segment_entities TO ROLE segment_entities;
49
50
-- 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;
+ GRANT USAGE ON DATABASE <database-name> TO ROLE segment_entities;
+ GRANT CREATE SCHEMA ON DATABASE <database-name> TO ROLE segment_entities;
53
```
54
55
## Create a new user
0 commit comments