Skip to content

Commit 3543b86

Browse files
authored
Update snowflake-setup.md
1 parent 620e485 commit 3543b86

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

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

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

1210
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.
@@ -90,3 +88,9 @@ Follow the instructions below to set up the Segment Snowflake connector. Segment
9088
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.
9189

9290
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.
91+
92+
## Security
93+
### Allowlisting IPs
94+
If you create a network policy with Snowflake and are located in the US, add `52.25.130.38/32` and `34.223.203.0/28` to the "Allowed IP Addresses" list.
95+
96+
If you create a network policy with Snowflake and are located in the EU, add `3.251.148.96/29` to your "Allowed IP Addresses" list.

0 commit comments

Comments
 (0)