add PK test
This commit is contained in:
parent
81b900b6d2
commit
cfe02fb99c
1 changed files with 7 additions and 1 deletions
|
|
@ -153,4 +153,10 @@ models:
|
||||||
- not_null
|
- not_null
|
||||||
- name: id_user
|
- name: id_user
|
||||||
tests:
|
tests:
|
||||||
- not_null
|
- not_null
|
||||||
|
- name: stg_core__claim
|
||||||
|
columns:
|
||||||
|
- name: id_claim
|
||||||
|
tests:
|
||||||
|
- unique
|
||||||
|
- not_null
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue