Skip to content

Commit 188ffcd

Browse files
authored
Merge pull request #103 from segmentio/repo-sync
repo sync
2 parents 8b1daa7 + 22b8aad commit 188ffcd

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

src/connections/regional-segment-eu.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ hidden: true
99

1010
Segment provides regional infrastructure across Europe, Middle East, Africa and Asia Pacific with [rate limits and SLA](/docs/connections/rate-limits/).
1111

12-
As Schrems II restricts the transfer of personal data to any processors established in countries outside of Europe, all data in European workspaces ingest, store, process and deliver locally within the EU. You can set up workspaces in the EU where data is received via the Dublin, Ireland endpoint hosted in the EU for all sources, with the exception of [cloud object sources](/docs/connections/sources/#object-cloud-sources) and cloud event sources that aren't supported. Segment-hosted archives hosted in S3 AWS Dublin, Ireland, process, filter, validate, deduplicate, and archive data for EU workspaces.
12+
As Schrems II restricts the transfer of personal data to any processors established in countries outside of Europe, all data in European workspaces must be ingested, stored, processed and delivered locally within the EU. Workspaces you configure to use the EU West Data Processing Region ingest (for supported sources), process, filter, deduplicate, and archive data through Segment-hosted archives hosted in S3 AWS Dublin, Ireland.
13+
14+
> info ""
15+
> [Cloud object sources](/docs/connections/sources/#object-cloud-sources) and cloud event sources aren't supported in EU workspaces.
16+
1317

1418
> info ""
1519
> Regional Segment for Europe is currently in beta. Segment’s [First-Access and Beta terms](https://segment.com/legal/first-access-beta-preview/) govern this feature.
@@ -18,11 +22,12 @@ As Schrems II restricts the transfer of personal data to any processors establis
1822
To create a workspace with a different data processing region:
1923
1. Log in to your segment account.
2024
2. Click **New Workspace**.
21-
3. Select your **Data processing region**. This determines the location in which Segment collects, processes, and stores data that’s sent to and from your workspace. You can choose from *US West* or *EU Central*.
25+
3. Select your **Data processing region**. This determines the location in which Segment collects, processes, and stores data that’s sent to and from your workspace. You can choose from *US West* or *EU West*.
2226
4. Click **Create workspace**.
2327

2428
> info ""
25-
> Once you create a workspace with a specified data processing region, you can't change the region. You must create a new workspace to change the region.
29+
> Once you create a workspace with a specified data processing region, you can't change the region. You must create a new workspace to change the region.
30+
2631

2732
## Regional Data Ingestion
2833
Regional Data Ingestion enables you to send data to Segment from both Device-mode and Cloud-mode sources through regionally hosted API ingest points. The regional infrastructure can fail across locations within a region, but never across regions.
@@ -35,16 +40,17 @@ To set your Data Ingestion Region:
3540
2. Select the **Settings** tab.
3641
3. Click **Regional Settings**.
3742
4. Choose your **Data Ingestion Region**.
38-
* If you’re in the US region, you can select from: Dublin, Singapore, Oregon, and Sydney.
39-
* Segment’s EU instance only supports data ingestion from Dublin with the `events.eu1.segmentapis.com` endpoint.
43+
* If you’re in the *US West* data processing region, you can select from: Dublin, Singapore, Oregon, and Sydney.
44+
* If you're in the *EU West* data processing region, Segment’s EU instance only supports data ingestion from Dublin with the `events.eu1.segmentapis.com` endpoint.
45+
4046

4147
### Client-side sources
4248
You can configure Segment’s client-side SDKs for Javascript, iOS, Android, and React Native sources to send data to a regional host after you’ve updated the Data Ingestion Region in that source’s settings.
4349

4450
All regions are configured on a per-source basis. Configure the region for each source separately if you don't want to use the default region.
4551

4652
> info ""
47-
> Dublin is the only region for EU instances and defaults automatically.
53+
> For workspaces that use the EU West Data Processing region, the Dublin Ingestion region is preselected for all sources.
4854
4955
All Segment client-side SDKs read this setting and update themselves automatically to send data to new endpoints when the app reloads. You don't need to change the code when you switch regions.
5056

src/connections/storage/warehouses/schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ analytics.track('Register', {
258258
Then you can expect to see columns named `plan` and `account_type` as well as the default `event`, `id`, and so on. That way, you can write queries against any of the custom data sent in track calls.
259259

260260
> info "Note"
261-
> Because `properties` and `traits` are added as un-prefixed columns to your tables, there is a chance of collision with our reserved column names. For this reason, properties with the same name as reserved column name (for example. `user_id`) are discarded.
261+
> Because Segment adds `properties` and `traits` as un-prefixed columns to your tables, there is a chance the names can collide with the reserved column names. For this reason, Segment discards properties with the same name as the reserved column name (for example, `user_id`).
262262
263263
Your event tables are one of the more powerful datasets in Segment SQL. They allow you to see which actions users perform when interacting with your product.
264264

0 commit comments

Comments
 (0)