Removed null fields

This commit is contained in:
Joaquin Ossa 2024-12-03 11:35:03 +01:00
parent 4d0c45e49d
commit 63b3cae062
5 changed files with 11 additions and 37 deletions

View file

@ -7,7 +7,6 @@ select
id_verification,
id_booking,
id_user_partner,
id_accommodation,
version,
case when version = 'V1' then 'Guesty' else null end as verification_source,
verification_status,
@ -29,7 +28,6 @@ select
guest_last_name,
guest_first_name,
guest_telephone,
company_name,
property_manager_name,
property_manager_email,
listing_name,

View file

@ -30,10 +30,6 @@ models:
tests:
- not_null
- name: id_accommodation
data_type: text
description: "unique Superhog generated id for a listing"
- name: version
data_type: text
description: "value to identify if it is Guesty (V1) or E-deposit (V2)"
@ -127,10 +123,6 @@ models:
data_type: text
description: ""
- name: company_name
data_type: text
description: ""
- name: property_manager_name
data_type: text
description: ""