The Ancestry_Ethnicity table is a simple code-to-value lookup that maps A*’s internal ethnicity-region codes to display names. It is keyed by code, with the readable label in value.
Ancestry_EthnicityRegion and Ancestry_MatchEthnicityRegion), which carry per-match percentages and macro-region grouping. Ancestry_Ethnicity stores only the name behind a code.| Column | Type | Source | Description |
|---|---|---|---|
| code | string (PK) | Bundler | A*’s internal ethnicity-region code |
| value | string | Bundler | Human-readable region name for the code |
Entries are upserted from A*’s bundled resource strings during gathering. The app reads each ethnicity.region.name.* property, using the suffix as the code and the property value as the display value.