Included level of protection

This commit is contained in:
Joaquin Ossa 2024-12-03 10:42:03 +01:00
parent d6f30a8e67
commit 5e17ca93a7
3 changed files with 8 additions and 2 deletions

View file

@ -85,8 +85,8 @@ select
ev.listing_town,
ev.listing_country,
ev.listing_postcode,
null as level_of_protection_amount,
null as level_of_protection_currency,
ev.level_of_protection_amount,
ev.level_of_protection_currency,
ev.pets_allowed,
ev.status_updated_at_utc,
ev.status_updated_date_utc,

View file

@ -38,6 +38,8 @@ select
listing_town,
listing_country,
listing_postcode,
level_of_protection_amount,
level_of_protection_currency,
pets_allowed,
status_updated_at_utc,
status_updated_date_utc,

View file

@ -144,6 +144,10 @@ models:
data_type: text
description: ""
- name: listing_address
data_type: text
description: ""
- name: listing_town
data_type: text
description: ""