From 10ba75142c205039ad6fb388d5ee460424ea6b13 Mon Sep 17 00:00:00 2001 From: "dbt-cloud[bot]" <38922983+dbt-cloud[bot]@users.noreply.github.com> Date: Thu, 17 Apr 2025 21:20:32 +0000 Subject: [PATCH] Update description for model 'fct_orders' on behalf of dbt user: 54971 via dbt explorer --- models/marts/core/_core__models.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/models/marts/core/_core__models.yml b/models/marts/core/_core__models.yml index 19a9e335..25099135 100644 --- a/models/marts/core/_core__models.yml +++ b/models/marts/core/_core__models.yml @@ -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 @@ -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 @@ -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