From b1826df200a4e9bae6ec6490776de94a17d9a852 Mon Sep 17 00:00:00 2001 From: Elias DeFaria Date: Mon, 9 Sep 2024 21:51:25 -0700 Subject: [PATCH] Removed column description from dbt schema yml since it no longer exists in the actual model --- models/schema.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/models/schema.yml b/models/schema.yml index 381349cfd..4e6924156 100644 --- a/models/schema.yml +++ b/models/schema.yml @@ -26,9 +26,6 @@ models: - name: number_of_orders description: Count of the number of orders a customer has placed - - name: total_order_amount - description: Total value (AUD) of a customer's orders - - name: orders description: This table has basic information about orders, as well as some derived facts based on payments