From 322b12292500ae6c0ab0c9b1272e5042a0ab4b6a Mon Sep 17 00:00:00 2001 From: Joaquin Ossa Date: Tue, 3 Sep 2024 10:21:23 +0200 Subject: [PATCH] Added missing tests --- models/staging/core/schema.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/models/staging/core/schema.yml b/models/staging/core/schema.yml index 6ed040f..cc19815 100644 --- a/models/staging/core/schema.yml +++ b/models/staging/core/schema.yml @@ -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