Listings offered services

This commit is contained in:
Joaquin 2025-03-26 08:41:51 +01:00
parent 525c12dc83
commit 87517f6a92
2 changed files with 3 additions and 3 deletions

View file

@ -37,7 +37,9 @@ inner join
inner join
{{ ref("int_core__accommodation_to_product_bundle") }} as apb
on bs.id_user_product_bundle = apb.id_user_product_bundle
and date between apb.effective_start_date_utc and apb.effective_end_date_utc
and date between apb.effective_start_date_utc and coalesce(
apb.effective_end_date_utc, {{ var("end_of_time") }}
)
left join
{{ ref("int_kpis__dimension_daily_accommodation") }} as icmas
on uh.id_deal = icmas.id_deal

View file

@ -7544,8 +7544,6 @@ models:
- "PROTECTION"
- "DEPOSIT_MANAGEMENT"
- "GUEST_AGREEMENT"
- "UNKNOWN"
- "UNSET"
- name: id_deal
data_type: string
description: Unique identifier of an account.