From 76f243a486b6d21928bcd4767aa9765f20a5b4f7 Mon Sep 17 00:00:00 2001 From: Joaquin Date: Thu, 19 Jun 2025 11:58:37 +0200 Subject: [PATCH] Removed not_null tests --- models/intermediate/resolutions/schema.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/models/intermediate/resolutions/schema.yml b/models/intermediate/resolutions/schema.yml index 601b292..5f40e89 100644 --- a/models/intermediate/resolutions/schema.yml +++ b/models/intermediate/resolutions/schema.yml @@ -279,7 +279,6 @@ models: description: | "Unique Id that identifies the host." data_tests: - - not_null - relationships: to: ref('stg_core__user') field: id_user @@ -403,7 +402,6 @@ models: data_type: numeric description: "Superhog code that uniquely identifies a single accommodation." data_tests: - - not_null - relationships: to: ref('stg_core__accommodation') field: id_accommodation @@ -415,26 +413,18 @@ models: - name: check_in_at_utc data_type: timestamp without time zone description: "Timestamp of the check-in date in UTC of the booking." - data_tests: - - not_null - name: check_in_date_utc data_type: date description: "Date of the check-in date in UTC of the booking." - data_tests: - - not_null - name: check_out_at_utc data_type: timestamp without time zone description: "Timestamp of the check-out date in UTC of the booking." - data_tests: - - not_null - name: check_out_date_utc data_type: date description: "Date of the check-out date in UTC of the booking." - data_tests: - - not_null - name: id_booking data_type: numeric