Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions models/marts/core/_core__models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ models:
description: region name
data_tests:
- accepted_values:
values: ['AFRICA','MIDDLE EAST','ASIA','EUROPE','AMERICA']
values: ['AFRICA', 'MIDDLE EAST', 'ASIA', 'EUROPE', 'AMERICA']
severity: warn
- name: name
description: customer id
Expand Down Expand Up @@ -74,7 +74,6 @@ models:
description: '{{ doc("phone_number") }}'
- name: account_balance
description: '{{ doc("account_balance") }}'

- name: fct_order_items
description: order items fact table
access: public
Expand Down Expand Up @@ -132,9 +131,8 @@ models:
description: '{{ doc("item_tax_amount") }}'
- name: net_item_sales_amount
description: '{{ doc("net_item_sales_amount") }}'

- name: fct_orders
description: orders fact table
description: my orders fact table
access: public
columns:
- name: order_key
Expand Down
Loading