Skip to content

Commit

Permalink
Merge pull request #66 from dpguthrie/dpguthrie-patch-2
Browse files Browse the repository at this point in the history
add customer name to semantic model
  • Loading branch information
dpguthrie authored Mar 3, 2024
2 parents 33da3e0 + 7286e6e commit dacd355
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions models/marts/core/_core__semantic_models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ semantic_models:
expr: customer_key

dimensions:
- name: customer_name
description: The name of the customer
type: categorical
expr: name
- name: customer_market_segment
description: The market segment the customer belongs to
type: categorical
Expand Down

0 comments on commit dacd355

Please sign in to comment.