Skip to content

Commit 3434fe1

Browse files
committed
fix spacing [netlify-build]
1 parent 0b5a4ca commit 3434fe1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/connections/reverse-etl/reverse-etl-source-setup-guides/snowflake-setup.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ redirect_from:
77

88
Set up Snowflake as your Reverse ETL source.
99

10-
At a high level, when you set up Snowflake for Reverse ETL, the configured user/role needs read permissions for any resources (databases, schemas, tables) the query needs to access. Segment keeps track of changes to your query results with a managed schema (`__SEGMENT_REVERSE_ETL`), which requires the configured user to allow write permissions for that schema.
10+
At a high level, when you set up Snowflake for Reverse ETL, the configured user/role needs read permissions for any resources (databases, schemas, tables) the query needs to access. Segment keeps track of changes to your query results with a managed schema <br>(`__SEGMENT_REVERSE_ETL`), which requires the configured user to allow write permissions for that schema.
1111

1212
> success ""
1313
> Segment now supports key-pair authentication for Snowflake Reverse ETL sources.
@@ -52,7 +52,8 @@ Follow the instructions below to set up the Segment Snowflake connector. Segment
5252
```
5353
6. Enter and run one of the following code snippets below to create the user Segment will use to run queries. Segment recommends creating a user that authenticates using a key pair.
5454

55-
To create a user that authenticates with a key pair, [create a key pair](https://docs.snowflake.com/en/user-guide/key-pair-auth){:target="_blank”} and then execute the following SQL commands:
55+
56+
To create a user that authenticates with a key pair, [create a key pair](https://docs.snowflake.com/en/user-guide/key-pair-auth#configuring-key-pair-authentication){:target="_blank”} and then execute the following SQL commands:
5657
``` sql
5758
-- create user (key-pair authentication)
5859
CREATE USER segment_reverse_etl_user

0 commit comments

Comments
 (0)