From c5b0e040a1c9b5409a5374e77248c9a1ab0a59fa Mon Sep 17 00:00:00 2001 From: Pablo Martin Date: Thu, 1 Feb 2024 16:51:41 +0100 Subject: [PATCH] more docs --- models/intermediate/_int_models.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/models/intermediate/_int_models.yml b/models/intermediate/_int_models.yml index b030777..7581785 100644 --- a/models/intermediate/_int_models.yml +++ b/models/intermediate/_int_models.yml @@ -12,4 +12,12 @@ models: - not_null - name: users_with_this_id_deal description: "The count of Superhog accounts that have this Deal Id assigned." + - name: int_core__unified_user + description: "Data for all users after merging User and SuperhogUser." + columns: + - name: id_user + description: "The primary key for this table" + tests: + - unique + - not_null