Added missing tests

This commit is contained in:
Joaquin Ossa 2024-09-03 10:21:23 +02:00
parent fa6f7f8ff8
commit 322b122925

View file

@ -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