Skip to content

Latest commit

 

History

History
74 lines (59 loc) · 2.15 KB

region-compare.md

File metadata and controls

74 lines (59 loc) · 2.15 KB
title hidden published
Manual vs Automatic Region Metadata Comparison
true
false
<style> th { position: sticky; top: 0; background-color: #fafbff; box-shadow: 0 4px 2px -2px gray; } </style>

Destinations

The table below represents regional information for each destination captured manually, and from the Public API.

Destinations where the manually captured regions include eu-west-1 and the Public API does not, are highlighted red.

Destinations where the Public API lists eu-west-1 and the manually captured information does not are highlighted blue-ish.

TBD: What do we do with the endpoints as listed. We use these right now to handle the usecase of destinations that can be used in EU-based workspaces, but point to us-west-2 for data processing.

{% assign destinations = site.data.catalog.destinations.items %}

All destinations

{% for destination in destinations %} {% endfor %}
Destination Endpoints Regions
{{destination.name}} {{destination.endpoints | join:'
'}}
{{destination.regions | join:'
'}}

Sources

As far as I can tell, sources do not return any region-related information from the Public API. {% assign sources = site.data.catalog.sources.items %}

{% for source in sources %} {% endfor %}
Destination Manual Regions Manual Endpoints PAPI Regions PAPI Endpoints
{{source.display_name}} {{source.endpoints | join:'
'}}
{{source.regions | join:'
'}}
{{source.endpoints_papi | join:'
'}}
{{source.regions_papi | join:'
'}}