From b24e5b828454f98199c0c17102c3568d30823b58 Mon Sep 17 00:00:00 2001 From: Doug Guthrie Date: Tue, 6 Feb 2024 21:08:31 -0700 Subject: [PATCH] Make some core models public --- models/marts/core/_core__models.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/models/marts/core/_core__models.yml b/models/marts/core/_core__models.yml index 93dcf3b4..ca52cbde 100644 --- a/models/marts/core/_core__models.yml +++ b/models/marts/core/_core__models.yml @@ -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 @@ -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") }}' @@ -164,6 +166,7 @@ models: - name: fct_orders description: orders fact table + access: public columns: - name: order_key description: primary key of the model