15 lines
427 B
YAML
15 lines
427 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."
|
|
|