more docs
This commit is contained in:
parent
e6c772366b
commit
c5b0e040a1
1 changed files with 8 additions and 0 deletions
|
|
@ -12,4 +12,12 @@ models:
|
||||||
- not_null
|
- not_null
|
||||||
- name: users_with_this_id_deal
|
- name: users_with_this_id_deal
|
||||||
description: "The count of Superhog accounts that have this Deal Id assigned."
|
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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue