File tree Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 10
10
status : PUBLIC
11
11
endpoints :
12
12
- us
13
+ - eu
13
14
regions :
14
15
- us
15
16
- eu
26
27
status : PUBLIC
27
28
endpoints :
28
29
- us
30
+ - eu
29
31
regions :
30
32
- us
31
33
- eu
41
43
status : PUBLIC
42
44
endpoints :
43
45
- us
46
+ - eu
44
47
regions :
45
48
- us
46
49
- eu
58
61
status : PUBLIC
59
62
endpoints :
60
63
- us
64
+ - eu
61
65
regions :
62
66
- us
63
67
- eu
75
79
status : PRIVATE_BETA
76
80
endpoints :
77
81
- us
82
+ - eu
78
83
regions :
79
84
- us
80
85
- eu
92
97
status : PUBLIC_BETA
93
98
endpoints :
94
99
- us
100
+ - eu
95
101
regions :
96
102
- us
97
103
- eu
@@ -109,6 +115,7 @@ items:
109
115
status : PUBLIC
110
116
endpoints :
111
117
- us
118
+ - eu
112
119
regions :
113
120
- us
114
121
- eu
@@ -126,6 +133,7 @@ items:
126
133
status : PUBLIC
127
134
endpoints :
128
135
- us
136
+ - eu
129
137
regions :
130
138
- us
131
139
- eu
@@ -143,6 +151,7 @@ items:
143
151
status : PUBLIC
144
152
endpoints :
145
153
- us
154
+ - eu
146
155
regions :
147
156
- us
148
157
- eu
@@ -160,6 +169,7 @@ items:
160
169
status : PUBLIC
161
170
endpoints :
162
171
- us
172
+ - eu
163
173
regions :
164
174
- us
165
175
- eu
@@ -177,6 +187,7 @@ items:
177
187
status : PUBLIC
178
188
endpoints :
179
189
- us
190
+ - eu
180
191
regions :
181
192
- us
182
193
- eu
Original file line number Diff line number Diff line change 15
15
<th>Integration</th>
16
16
<th>US Workspace</th>
17
17
<th>EU workspace w/ US Endpoint</th>
18
+ <th>EU workspace w/ EU Endpoint</th>
18
19
</tr>
19
20
</thead >
20
21
<tbody >
32
33
<td>{% if destination.regions contains "eu-west-1" and destination.endpoints contains "US" %}<img class="inline"
33
34
src="/docs/images/supported.svg" />{% else %}<img alt="" class="inline"
34
35
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>
35
39
</tr>
36
40
{% endfor %}
37
41
<tr class="settingRow warehouse">
47
51
<td>{% if warehouse.regions contains "eu" and warehouse.endpoints contains "us" %}<img class="inline"
48
52
src="/docs/images/supported.svg" />{% else %}<img alt="" class="inline"
49
53
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>
50
57
</tr>
51
58
{% endfor %}
52
59
</tbody >
Original file line number Diff line number Diff line change @@ -99,4 +99,4 @@ The following integrations marked with a  {: class ="inline"} (checkmark) are supported in EU workspaces.
101
101
102
- {% include content/regional-sources-table.md %}
102
+ {% include content/regional-sources-table.md %}
You can’t perform that action at this time.
0 commit comments