Fixed tests from resolutions

This commit is contained in:
Joaquin 2025-06-20 10:39:21 +02:00
parent 6924d927c3
commit 52e351e0ba

View file

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