Skip to content

Commit aa37b11

Browse files
authored
Merge branch 'main' into santigracia-unity-flush
2 parents 6e3ceee + 7d1b65b commit aa37b11

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pages/docs/data-pipelines/integrations/snowflake.mdx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,19 @@ This guide describes how Mixpanel data is exported into a Snowflake dataset. Cre
1212

1313
Mixpanel exports data to customer's database. We first load the data into a single-column raw (VARIANT type) data table. Then, we create a view to expose all properties as columns.
1414

15+
### IP Restrictions
16+
17+
Mixpanel Data Pipelines supports static IP addresses for Snowflake connections when IP restrictions are configured on your Snowflake instance. If you are using [Snowflake Network policy](https://docs.snowflake.com/en/user-guide/network-policies) to restrict access to your instance, you might need to add the following IP addresses to the allowed list:
18+
19+
```jsx
20+
34.31.112.201
21+
34.147.68.192
22+
35.184.21.33
23+
35.225.176.74
24+
35.204.164.122
25+
35.204.177.251
26+
```
27+
1528
## Set Export Permissions
1629

1730
### Step 1: Create a Role and Grant Permissions

0 commit comments

Comments
 (0)