You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _data/destinations/snowflake/user-privileges.yml
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -87,9 +87,11 @@ snowflake:
87
87
- copy: |
88
88
[Grant database privileges to the Stitch role]({{ site.data.destinations[destination.type]user-privileges.defaults.doc-links.all-on-database }}){:target="_blank"}, using the name of the database you created for Stitch.
89
89
90
-
**Note**: This will grant all privileges except `OWNERSHIP`, and only apply to the database(s) you specify.
90
+
**Note**: This will grant all privileges except `OWNERSHIP`, and only apply to the databases you specify.
91
91
command: *grant-database-sql
92
92
93
93
- copy: |
94
94
Create the Stitch user and grant the Stitch role to the user:
95
-
command: *create-grant-user-sql
95
+
command: *create-grant-user-sql
96
+
**Note**: You can use key-pair authentication. Select this option in Stitch and copy-paste the content of the `rsa_key.p8` file. For more information about the Snowflake key-pair authentication, see [Key-pair authentication and key-pair rotation
0 commit comments