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