Skip to content

Commit 790573e

Browse files
Merge pull request #5783 from segmentio/fix-5662
Update Regional Segment sources, destinations, and warehouses tables
2 parents faf3088 + e2d69ab commit 790573e

File tree

5 files changed

+65
-10
lines changed

5 files changed

+65
-10
lines changed

src/_data/catalog/regional-supported.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,10 @@ sources:
5454
url: connections/sources/catalog/cloud-apps/amazon-s3
5555
regions:
5656
- us
57+
- eu
5758
endpoints:
5859
- us
60+
- eu
5961
- id: TNBRknbbnE
6062
display_name: AMP
6163
hidden: true

src/_data/catalog/warehouse.yml

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ items:
88
to yours, where you can then perform custom analysis on them.
99
url: connections/storage/catalog/amazon-s3
1010
status: PUBLIC
11+
endpoints:
12+
- us
13+
regions:
14+
- us
15+
- eu
1116
logo:
1217
url: 'https://d3hotuclm6if1r.cloudfront.net/logos/amazon-s3-default.svg'
1318
mark:
@@ -19,6 +24,11 @@ items:
1924
The AWS S3 destination provides a more secure way to store data in your AWS S3 buckets.
2025
url: connections/storage/catalog/aws-s3
2126
status: PUBLIC
27+
endpoints:
28+
- us
29+
regions:
30+
- us
31+
- eu
2232
logo:
2333
url: 'https://d3hotuclm6if1r.cloudfront.net/logos/amazon-s3-default.svg'
2434
mark:
@@ -29,6 +39,11 @@ items:
2939
description: ''
3040
url: connections/storage/catalog/azuresqldw
3141
status: PUBLIC
42+
endpoints:
43+
- us
44+
regions:
45+
- us
46+
- eu
3247
logo:
3348
url: 'https://cdn.filepicker.io/api/file/VKbuWjNjQPKOnOWijFe4'
3449
mark:
@@ -41,6 +56,11 @@ items:
4156
description: ''
4257
url: connections/storage/catalog/bigquery
4358
status: PUBLIC
59+
endpoints:
60+
- us
61+
regions:
62+
- us
63+
- eu
4464
logo:
4565
url: 'https://cdn.filepicker.io/api/file/bDzeRa75SZc6FfgfoUK6'
4666
mark:
@@ -53,6 +73,11 @@ items:
5373
description: ''
5474
url: connections/storage/catalog/databricks-delta-lake
5575
status: PRIVATE_BETA
76+
endpoints:
77+
- us
78+
regions:
79+
- us
80+
- eu
5681
logo:
5782
url: 'https://images.ctfassets.net/h6ufgtwb6nv1/4vYEAgYz6nGLC9F64Jxeb6/fcf3ecdae5386f806ae72eb39ce07094/db.svg?w=256&q=75'
5883
mark:
@@ -65,6 +90,11 @@ items:
6590
description: ''
6691
url: connections/storage/catalog/google-cloud-storage
6792
status: PUBLIC_BETA
93+
endpoints:
94+
- us
95+
regions:
96+
- us
97+
- eu
6898
logo:
6999
url: 'https://cdn.filepicker.io/api/file/G6kRHZtSoaEslLkENhPC'
70100
mark:
@@ -77,6 +107,11 @@ items:
77107
description: ''
78108
url: connections/storage/catalog/db2
79109
status: PUBLIC
110+
endpoints:
111+
- us
112+
regions:
113+
- us
114+
- eu
80115
logo:
81116
url: 'https://image.ibb.co/i4rS3K/IBM_Db2_logotype_pos_RGB.jpg'
82117
mark:
@@ -89,6 +124,11 @@ items:
89124
description: ''
90125
url: connections/storage/catalog/postgres
91126
status: PUBLIC
127+
endpoints:
128+
- us
129+
regions:
130+
- us
131+
- eu
92132
logo:
93133
url: 'https://d3hotuclm6if1r.cloudfront.net/logos/postgres-default.svg'
94134
mark:
@@ -101,6 +141,11 @@ items:
101141
description: ''
102142
url: connections/storage/catalog/redshift
103143
status: PUBLIC
144+
endpoints:
145+
- us
146+
regions:
147+
- us
148+
- eu
104149
logo:
105150
url: 'https://d3hotuclm6if1r.cloudfront.net/logos/redshift-default.svg'
106151
mark:
@@ -113,6 +158,11 @@ items:
113158
description: ''
114159
url: connections/storage/catalog/data-lakes
115160
status: PUBLIC
161+
endpoints:
162+
- us
163+
regions:
164+
- us
165+
- eu
116166
logo:
117167
url: 'https://cdn.filepicker.io/api/file/YR7dKXAiQWyYvBiVOZNX'
118168
mark:
@@ -125,6 +175,11 @@ items:
125175
description: ''
126176
url: connections/storage/catalog/snowflake
127177
status: PUBLIC
178+
endpoints:
179+
- us
180+
regions:
181+
- us
182+
- eu
128183
logo:
129184
url: 'https://cdn.filepicker.io/api/file/JrQWOYvMRRCVvSHp4HL0'
130185
mark:

src/_data/regional-support.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ sources:
5656
- beamer
5757
- airship
5858
- adwords
59+
- amazon-s3
5960
endpoint:
6061
- intercom
6162
- amp
@@ -91,6 +92,7 @@ sources:
9192
- google-ads
9293
- facebook-ads
9394
- iterable
95+
- amazon-s3
9496
destinations:
9597
region:
9698
- 2mee

src/_includes/content/regional-integrations-table.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% assign destinations = site.data.catalog.destinations.items %}
2-
{% assign warehouses = site.data.catalog.regional-supported.warehouses %}
2+
{% assign warehouses = site.data.catalog.warehouse.items | where: "status", "PUBLIC" %}
33

44
<input class="table-search" type="text" id="filterInput" onkeyup="searchFilter()"
55
placeholder="Search for an integration..">
@@ -15,7 +15,6 @@
1515
<th>Integration</th>
1616
<th>US Workspace</th>
1717
<th>EU workspace w/ US Endpoint</th>
18-
<th>EU workspace w/ EU Endpoint</th>
1918
</tr>
2019
</thead>
2120
<tbody>
@@ -33,9 +32,6 @@
3332
<td>{% if destination.regions contains "eu-west-1" and destination.endpoints contains "US" %}<img class="inline"
3433
src="/docs/images/supported.svg" />{% else %}<img alt="" class="inline"
3534
src="/docs/images/unsupported.svg" />{% endif %}</td>
36-
<td> {% if destination.regions contains "eu-west-1" and destination.endpoints contains "EU" %}<img class="inline"
37-
src="/docs/images/supported.svg" />{% else %}<img alt="" class="inline"
38-
src="/docs/images/unsupported.svg" />{% endif %}</td>
3935
</tr>
4036
{% endfor %}
4137
<tr class="settingRow warehouse">
@@ -51,9 +47,6 @@
5147
<td>{% if warehouse.regions contains "eu" and warehouse.endpoints contains "us" %}<img class="inline"
5248
src="/docs/images/supported.svg" />{% else %}<img alt="" class="inline"
5349
src="/docs/images/unsupported.svg" />{% endif %}</td>
54-
<td> {% if warehouse.regions contains "eu" and warehouse.endpoints contains "eu" %}<img class="inline"
55-
src="/docs/images/supported.svg" />{% else %}<img alt="" class="inline"
56-
src="/docs/images/unsupported.svg" />{% endif %}</td>
5750
</tr>
5851
{% endfor %}
5952
</tbody>

src/guides/regional-segment.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,13 @@ Use Segment's custom CIDR `3.251.148.96/29` while authorizing Segment to write i
8383
## Destination support and Regional endpoint availability
8484

8585
> info "Don't see a regional endpoint for a tool you're using?"
86-
> As more of the partner tools you use (Sources and Destinations) start to support a regional endpoint, Segment will update this list. Your contact for that tool should have a timeline for when they're hoping to support regional data ingestion. You can also visit Segment's [support page](https://segment.com/help/contact/) for any Segment-related questions.
86+
> As more of the partner tools you use (Sources, Destinations, and Warehouses) start to support a regional endpoint, Segment will update this list. Your contact for that tool should have a timeline for when they're hoping to support regional data ingestion. You can also visit Segment's [support page](https://segment.com/help/contact/){:target="_blank"} for any Segment-related questions.
8787
8888
The following integrations marked with a ![Supports EU regional endpoints](/docs/images/supported.svg){:class="inline"} (checkmark) support EU Regional endpoints.
8989

90+
> warning "Integrations available in EU workspaces do not guarantee data residency"
91+
> Before you configure an integration, you should check directly with the integration partner to determine if they offer EU endpoints.
92+
9093
{% include content/regional-integrations-table.md %}
9194

9295
## Source Regional support
@@ -96,4 +99,4 @@ The following integrations marked with a ![Supports EU regional endpoints](/docs
9699
97100
The following Sources marked with a ![Supports EU regional endpoints](/docs/images/supported.svg){:class="inline"} (checkmark) are supported in EU workspaces.
98101

99-
{% include content/regional-sources-table.md %}
102+
{% include content/regional-sources-table.md %}

0 commit comments

Comments
 (0)