title | hidden | published |
---|---|---|
Manual vs Automatic Region Metadata Comparison |
true |
false |
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 %}
{% for destination in destinations %} {% endfor %}Destination | Endpoints | Regions |
---|---|---|
{{destination.name}} | {{destination.endpoints | join:' '}} |
{{destination.regions | join:' '}} |
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:' '}} |