Geographic data shows the grouping of countries into a hierarchy of regions and zones, for purpose of aggregating sales data for analytics and reporting.
This data is available in the Data Ocean as of Q3 2023.
Geographic data in the Data Lake is composed of 4 different table views:
Project Space: prj-data-pricing-dev
See how this entity relates to the others in the pricing data model here.
Below is the overview over the structure of geographic hierarchy.


View ID: prj-data-pricing-dev.DataOcean.V_DIM_region
| fullname | type | description |
|---|---|---|
| region_key | STRING | |
| region_id | STRING | |
| region_name | STRING | |
| country_key | STRING | |
| country_id | STRING | |
| country_name | STRING | |
| meta_source_system | STRING | |
| inserted_date | TIMESTAMP | |
| updated_date | TIMESTAMP | |
| delete_flag | BOOLEAN |
View ID: prj-data-pricing-dev.DataOcean.V_DIM_country
| fullname | type | description |
|---|---|---|
| country_key | STRING | |
| country_id | STRING | |
| country_name | STRING | |
| meta_source_system | STRING | |
| inserted_date | TIMESTAMP | |
| updated_date | TIMESTAMP | |
| delete_flag | BOOLEAN |