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: src/connections/storage/warehouses/faq.md
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,11 +62,9 @@ Segment recommends scripting any sort of additions of data you might have to war
62
62
63
63
You can allowlist Segment's custom IP `52.25.130.38/32` while authorizing Segment to write in to your Redshift or Postgres port.
64
64
65
-
If you're in the EU region, use CIDR `3.251.148.96/29`.
65
+
**EU workspace regions are currently in beta.**If you're in the EU region and participating in the public beta program, use CIDR `3.251.148.96/29`. To learn more about the public beta for EU workspace locations, contact your account manager.
66
66
67
-
> **Note**: EU workspace regions are currently in beta. If you would like to learn more about the beta, please contact your account manager.
68
-
69
-
BigQuery does not require allowlisting an IP address. To learn how to set up BigQuery, check out Segment's BigQuery [set up guide](/docs/connections/storage/catalog/bigquery/#getting-started)
67
+
BigQuery does not require allowlisting an IP address. To learn how to set up BigQuery, check out Segment's BigQuery [set up guide](/docs/connections/storage/catalog/bigquery/#getting-started).
70
68
71
69
72
70
## Will Segment sync my historical data?
@@ -104,10 +102,10 @@ To sign up for warehouse sync notifications:
104
102
105
103
Data in your warehouse is formatted into **schemas**, which involve a detailed description of database elements (tables, views, indexes, synonyms, etc.)
106
104
and the relationships that exist between elements. Segment's schemas use the following template: <br/>`<source>.<collection>.<property>`, for example,
107
-
`segment_engineering.tracks.user_id`, where Source refers to the source or project name (segment_engineering), collection refers to the event (tracks),
108
-
and the property refers to the data being collected (user_id).
105
+
`segment_engineering.tracks.user_id`, where source refers to the source or project name (segment_engineering), collection refers to the event (tracks),
106
+
and the property refers to the data being collected (user_id).
109
107
110
-
> **Note**: All schema data is always represented in snake case.
108
+
Schema data for Segment warehouses is represented in snake case.
111
109
112
110
For more information about Warehouse Schemas, see the [Warehouse Schemas](/docs/connections/storage/warehouses/schema) page.
113
111
@@ -128,7 +126,6 @@ To change the name of your schema without disruptions:
128
126
1. Select the "Sources" tab
129
127
1. Select the source from the list of "My Sources" that is sending data to the schema you want to change
130
128
1. Select the "Settings" tab from the top (just below your source name)
131
-
1. On the source's settings page, select "Basic."
132
129
2. Under the "Enable Source" section, disable your source and click **Save Changes.**
133
130
> **Note**: This will pause all data from the selected source to all destinations.
0 commit comments