add PK test

This commit is contained in:
Pablo Martin 2024-08-12 10:42:40 +02:00
parent 81b900b6d2
commit cfe02fb99c

View file

@ -153,4 +153,10 @@ models:
- not_null
- name: id_user
tests:
- not_null
- not_null
- name: stg_core__claim
columns:
- name: id_claim
tests:
- unique
- not_null