Skip to content

Commit 620e485

Browse files
authored
Update snowflake-setup.md
Add IP allow list info to retl docs for snowflake
1 parent 46dfa06 commit 620e485

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ redirect_from:
55
- '/reverse-etl/snowflake-setup/'
66
---
77

8+
{% include content/warehouse-ip.html %}
9+
810
Set up Snowflake as your Reverse ETL source.
911

1012
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.
@@ -87,4 +89,4 @@ Follow the instructions below to set up the Segment Snowflake connector. Segment
8789

8890
Learn more about the Snowflake Account ID in Snowflake's [Account identifiers](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html){:target="_blank"} documentation.
8991

90-
After you've successfully added your Snowflake source, [add a model](/docs/connections/reverse-etl/setup/#step-2-add-a-model) and follow the rest of the steps in the Reverse ETL setup guide.
92+
After you've successfully added your Snowflake source, [add a model](/docs/connections/reverse-etl/setup/#step-2-add-a-model) and follow the rest of the steps in the Reverse ETL setup guide.

0 commit comments

Comments
 (0)