Skip to content

Commit 26f2032

Browse files
committed
Tableau semantic name verify
Verification for where Tableau pulls the semantic dimension names from
1 parent d72b11b commit 26f2032

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

models/semantic_models.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,9 @@ semantic_models:
9393
dimensions:
9494
- name: product_category
9595
type: categorical
96-
- name: product_name
96+
- name: product_name_dbt
9797
type: categorical
98+
expr: product_name
9899
label: Product Title
99100
- name: is_aviation_order
100101
type: categorical

models/staging/stg_unused_order.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ select distinct
66
order_date,
77
status
88
from {{ source('salesforce', 'stg_sales_data') }}
9-

0 commit comments

Comments
 (0)