Skip to content

Commit a42be63

Browse files
authored
Merge pull request #256 from segmentio/repo-sync
repo sync
2 parents bc68ad5 + a4a6c65 commit a42be63

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

Gemfile.lock

100644100755
File mode changed.

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
{% for source in sources %}
3030
<tr class="settingRow source {% if source.regional contains 'eu-west' %}eu-endpoint{%endif%}" id="settingRow">
3131
<td><a href="/docs/{{source.url}}">{{source.display_name}}</a></td>
32-
<td style="text-align:center">{% if source.regional contains "eu-west" %}<img class="inline"
33-
src="/docs/images/supported.svg" />{% else %}<img class="inline"
32+
<td style="text-align:center">{% if source.regional contains "eu-west" %}<img alt="Supports EU Endpoints" class="inline"
33+
src="/docs/images/supported.svg" />{% else %}<img alt="Does not support EU endpoints" class="inline"
3434
src="/docs/images/unsupported.svg" />{% endif %}</td>
3535
</tr>
3636
{% endfor %}
@@ -43,8 +43,8 @@
4343
<tr class="settingRow destination {% if destination.regional contains 'eu-west' %}eu-endpoint{%endif%}"
4444
id="settingRow">
4545
<td><a href="/docs/{{destination.url}}">{{destination.display_name}}</a></td>
46-
<td style="text-align:center">{% if destination.regional contains "eu-west" %}<img class="inline"
47-
src="/docs/images/supported.svg" />{% else %}<img class="inline"
46+
<td style="text-align:center">{% if destination.regional contains "eu-west" %}<img alt="Supports EU Endpoints" class="inline"
47+
src="/docs/images/supported.svg" />{% else %}<img alt="Does not support EU endpoints" class="inline"
4848
src="/docs/images/unsupported.svg" />{% endif %}</td>
4949
</tr>
5050
{% endfor %}
@@ -56,8 +56,8 @@
5656
{% for warehouse in warehouses %}
5757
<tr class="settingRow warehouse {% if warehouse.regional contains 'eu-west' %}eu-endpoint{%endif%}" id="settingRow">
5858
<td><a href="/docs/{{warehouse.url}}">{{warehouse.display_name}}</a></td>
59-
<td style="text-align:center">{% if warehouse.regional contains "eu-west" %}<img class="inline"
60-
src="/docs/images/supported.svg" />{% else %}<img class="inline"
59+
<td style="text-align:center">{% if warehouse.regional contains "eu-west" %}<img alt="Supports EU Endpoints" class="inline"
60+
src="/docs/images/supported.svg" />{% else %}<img alt="Does not support EU endpoints" class="inline"
6161
src="/docs/images/unsupported.svg" />{% endif %}</td>
6262
</tr>
6363
{% endfor %}

src/_sass/components/_markdown.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@
131131
border: none;
132132
margin: 0 auto;
133133
border-radius: 0px;
134+
display: inline
134135
}
135136

136137

src/connections/storage/catalog/bigquery/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ with credentials, access was granted to a shared Service Account
107107
(`[email protected]`). While convenient for early
108108
adopters, this presented potential security risks.
109109

110-
As of **March 2019**, Segment requires BigQuery customers to
110+
Segment now requires BigQuery customers to
111111
create their own Service Accounts and provide the app with those credentials instead.
112112
In addition, any attempts to update warehouse connection settings will also
113113
require these credentials. This effectively deprecates the shared Service

src/guides/regional-segment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ Use Segment's custom CIDR `3.251.148.96/29` while authorizing Segment to write i
7474
> info "Don't see a regional endpoint for a tool you're using?"
7575
> 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.
7676
77-
The following destinations are supported in your EU Segment workspace. The Destination tools that provide an EU Regional endpoint are marked for easy identification (see above.)
77+
The following integrations marked with a ![Supports EU regional endpoints](/docs/images/supported.svg){:class="inline"} (checkmark) support EU Regional endpoints.
7878

7979
{% include content/regional-integrations-table.md %}

0 commit comments

Comments
 (0)