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: docs/data-management/connecting-dwh/snowflake.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,10 @@ INITIALLY_SUSPENDED = true;
56
56
GRANT ALL PRIVILEGES ON WAREHOUSE eppo_wh TO ROLE eppo_role;
57
57
```
58
58
59
+
:::note
60
+
While giving Eppo a dedicated warehouse is optional, please ensure that Eppo has access to at least one warehouse to use for computing results. This warehouse will need to be provided when adding Snowflake credentials to Eppo's UI in the steps below.
61
+
:::
62
+
59
63
3. (Optional) Add Eppo’s static IP addresses to your [Network Policy](https://docs.snowflake.com/en/user-guide/network-policies.html) if you have one:
0 commit comments