You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

Data Object Definition


Geographic data shows the grouping of countries into a hierarchy of regions and zones, for purpose of aggregating sales data for analytics and reporting.


Deployment Status

AVAILABLE


This data is available in the Data Ocean as of Q3 2023.


Data Model


Customer data in the Data Lake is composed of 4 different table views:

  1. DIM_geo_zone
  2. DIM_region
  3. DIM_country
  4. DIM_mini_zone

Project Space: prj-data-pricing-dev
See how this entity relates to the others in the pricing data model here.

Additional Info & Comments  


Tables & Attributes


View ID: prj-data-pricing-dev.DataOcean.V_DIM_geo_zone

fullnametypedescription
geo_zone_keySTRING
geo_zone_idSTRING
geo_zone_nameSTRING
meta_source_systemSTRING
inserted_dateTIMESTAMP
updated_dateTIMESTAMP
delete_flagBOOLEAN


View ID: prj-data-pricing-dev.DataOcean.V_DIM_region 

fullnametypedescription
region_keySTRING
region_idSTRING
region_nameSTRING
country_keySTRING
country_idSTRING
country_nameSTRING
meta_source_systemSTRING
inserted_dateTIMESTAMP
updated_dateTIMESTAMP
delete_flagBOOLEAN


View ID: prj-data-pricing-dev.DataOcean.V_DIM_country 

fullnametypedescription
country_keySTRING
country_idSTRING
country_nameSTRING
meta_source_systemSTRING
inserted_dateTIMESTAMP
updated_dateTIMESTAMP
delete_flagBOOLEAN


View ID: prj-data-pricing-dev.DataOcean.V_DIM_mini_zone

fullnametypedescription
mini_zone_keySTRING
mini_zone_idSTRING
mini_zone_nameSTRING
meta_source_systemSTRING
inserted_dateTIMESTAMP
updated_dateTIMESTAMP
delete_flagBOOLEAN
  • No labels