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