The document outlines the fields for dimension tables including product, brand, and category with the data type and handling for incremental loads either retaining original, overwriting, or adding new rows.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
19 views
Book 1
The document outlines the fields for dimension tables including product, brand, and category with the data type and handling for incremental loads either retaining original, overwriting, or adding new rows.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 1
dim_product id Dev String 0: retain original Yes
dim_product name Dev String 1: overwrite Yes
dim_product category_id Dev String 0: retain original Yes dim_product brand_id Dev String 0: retain original Yes dim_product group_productDev String 0: retain original Yes dim_product type Dev String 1: overwrite Yes dim_product regular_price Dev Integer 1: overwrite Yes dim_product sale_price Dev Integer 2: add new row Yes dim_product is_trash Dev Boolean 2: add new row Yes dim_product start_date Dev DateId 2: add new row Yes dim_product end_date Dev DateId 2: add new row Yes
dim_brand id Dev String 0: retain original Yes
dim_brand name Dev String 1: overwrite Yes dim_brand is_trash Dev Boolean 2: add new row Yes dim_brand start_date Dev DateId 2: add new row Yes dim_brand end_date Dev DateId 2: add new row Yes
dim_category id Dev String 0: retain original Yes
dim_category code1 Dev String 1: overwrite Yes dim_category line1 Dev String 1: overwrite Yes dim_category code2 Dev String 1: overwrite Yes dim_category line2 Dev String 1: overwrite Yes dim_category code3 Dev String 1: overwrite Yes dim_category line3 Dev String 1: overwrite Yes dim_category start_date Dev DateId 2: add new row Yes dim_category end_date Dev DateId 2: add new row Yes