id_deal unique test

This commit is contained in:
Joaquin 2025-06-04 12:28:52 +02:00
parent 8b8b8441d3
commit 5fdb5ffcde
2 changed files with 7 additions and 0 deletions

View file

@ -31,6 +31,8 @@ models:
data_type: character varying
description: |
Identifier of the account. It can be null.
data_tests:
- unique
- name: is_contact_missing_id_deal
data_type: boolean

View file

@ -296,6 +296,9 @@ models:
- name: id_contact
data_type: character varying
description: Xero's unique identifier for the contact.
data_tests:
- not_null
- unique
- name: account_number
data_type: character varying
@ -309,6 +312,8 @@ models:
You can use this to find specific deal ids or even as a proxy bool to
keep or remove deal id customers.
data_tests:
- unique
- name: contact_name
data_type: character varying