From 52e351e0ba6047c096b062331ec04c6a6e2e5fe4 Mon Sep 17 00:00:00 2001 From: Joaquin Date: Fri, 20 Jun 2025 10:39:21 +0200 Subject: [PATCH] Fixed tests from resolutions --- models/staging/resolutions/schema.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/models/staging/resolutions/schema.yml b/models/staging/resolutions/schema.yml index 780a214..275b224 100644 --- a/models/staging/resolutions/schema.yml +++ b/models/staging/resolutions/schema.yml @@ -66,7 +66,6 @@ models: data_type: text description: "Unique Id that identifies the host." data_tests: - - not_null - relationships: to: ref('stg_core__user') field: id_user @@ -78,8 +77,6 @@ models: - name: host_email data_type: text description: "Email of the host." - data_tests: - - not_null - name: host_last_name data_type: text