data-dwh-dbt-project/models/intermediate/_int_models.yml
2024-02-01 16:46:41 +01:00

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."