Added missing tests
This commit is contained in:
parent
fa6f7f8ff8
commit
322b122925
1 changed files with 4 additions and 0 deletions
|
|
@ -264,10 +264,14 @@ models:
|
|||
- name: created_at_utc
|
||||
data_type: timestamp without time zone
|
||||
description: "Timestamp of when user was created"
|
||||
tests:
|
||||
- not_null
|
||||
|
||||
- name: updated_at_utc
|
||||
data_type: timestamp without time zone
|
||||
description: "Timestamp of when user was last updated"
|
||||
tests:
|
||||
- not_null
|
||||
|
||||
- name: dwh_extracted_at_utc
|
||||
data_type: timestamp with time zone
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue