|
Code |
_CUS |
|---|---|
|
Name |
Customer |
|
Table Name |
dim_customers |
|
Description |
details on customers |
Content
|
Field name |
Data Type |
Description |
|---|---|---|
|
customer_id |
string |
|
|
customer_first_name |
string |
|
|
customer_last_name |
string |
|
|
customer_full_name |
string |
Concat(customer_first_name, ' ', customer_last_name) |
|
customer_location |
string |
|
|
snapshot_date |
datetime |
link to point in time table |