Skip to content

Commit 263eb59

Browse files
committed
Taking important context out of admonitions [netlify-build]
1 parent 41e1784 commit 263eb59

File tree

1 file changed

+5
-8
lines changed
  • src/connections/storage/warehouses

1 file changed

+5
-8
lines changed

src/connections/storage/warehouses/faq.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,9 @@ Segment recommends scripting any sort of additions of data you might have to war
6262

6363
You can allowlist Segment's custom IP `52.25.130.38/32` while authorizing Segment to write in to your Redshift or Postgres port.
6464

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.
6666

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).
7068

7169

7270
## Will Segment sync my historical data?
@@ -104,10 +102,10 @@ To sign up for warehouse sync notifications:
104102

105103
Data in your warehouse is formatted into **schemas**, which involve a detailed description of database elements (tables, views, indexes, synonyms, etc.)
106104
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).
109107

110-
> **Note**: All schema data is always represented in snake case.
108+
Schema data for Segment warehouses is represented in snake case.
111109

112110
For more information about Warehouse Schemas, see the [Warehouse Schemas](/docs/connections/storage/warehouses/schema) page.
113111

@@ -128,7 +126,6 @@ To change the name of your schema without disruptions:
128126
1. Select the "Sources" tab
129127
1. Select the source from the list of "My Sources" that is sending data to the schema you want to change
130128
1. Select the "Settings" tab from the top (just below your source name)
131-
1. On the source's settings page, select "Basic."
132129
2. Under the "Enable Source" section, disable your source and click **Save Changes.**
133130
> **Note**: This will pause all data from the selected source to all destinations.
134131
8. Select the "SQL Settings" tab.

0 commit comments

Comments
 (0)