Skip to content

Commit

Permalink
Make some core models public
Browse files Browse the repository at this point in the history
  • Loading branch information
dpguthrie committed Feb 7, 2024
1 parent 7f6cdf8 commit b24e5b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions models/marts/core/_core__models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ version: 2
models:
- name: dim_customers
description: Customer dimensions table
access: public
columns:
- name: customer_key
description: Primary key on the customers table
Expand Down Expand Up @@ -88,6 +89,7 @@ models:

- name: fct_order_items
description: order items fact table
access: public
columns:
- name: order_item_key
description: '{{ doc("order_item_key") }}'
Expand Down Expand Up @@ -164,6 +166,7 @@ models:

- name: fct_orders
description: orders fact table
access: public
columns:
- name: order_key
description: primary key of the model
Expand Down

0 comments on commit b24e5b8

Please sign in to comment.