23 lines
679 B
YAML
23 lines
679 B
YAML
|
|
version: 2
|
|
|
|
models:
|
|
- name: int_core__deal_id_master_list
|
|
description: "The distinct list of Deal Ids present in Core, along with the count of Accounts related to it."
|
|
columns:
|
|
- name: id_deal
|
|
description: "The Deal Id."
|
|
tests:
|
|
- unique
|
|
- 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
|
|
|