From 0610082857721f2002837080e070c48d9cd59437 Mon Sep 17 00:00:00 2001 From: Noy Arie Date: Mon, 13 Jul 2026 07:52:54 +0000 Subject: [PATCH] Create new dbt tests. --- models/schema.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/models/schema.yml b/models/schema.yml index ff0e323b3..f739b2723 100644 --- a/models/schema.yml +++ b/models/schema.yml @@ -34,6 +34,12 @@ models: - name: signup_date description: Date (UTC) of a customer's signup to the online shop. + data_tests: + - dbt_utils.equal_rowcount: + arguments: + compare_model: ref('orders') + config: + severity: error - name: orders description: This table has basic information about orders, as well as some derived facts based on payments config: