Listings offered services
This commit is contained in:
parent
525c12dc83
commit
87517f6a92
2 changed files with 3 additions and 3 deletions
|
|
@ -37,7 +37,9 @@ inner join
|
||||||
inner join
|
inner join
|
||||||
{{ ref("int_core__accommodation_to_product_bundle") }} as apb
|
{{ ref("int_core__accommodation_to_product_bundle") }} as apb
|
||||||
on bs.id_user_product_bundle = apb.id_user_product_bundle
|
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
|
left join
|
||||||
{{ ref("int_kpis__dimension_daily_accommodation") }} as icmas
|
{{ ref("int_kpis__dimension_daily_accommodation") }} as icmas
|
||||||
on uh.id_deal = icmas.id_deal
|
on uh.id_deal = icmas.id_deal
|
||||||
|
|
|
||||||
|
|
@ -7544,8 +7544,6 @@ models:
|
||||||
- "PROTECTION"
|
- "PROTECTION"
|
||||||
- "DEPOSIT_MANAGEMENT"
|
- "DEPOSIT_MANAGEMENT"
|
||||||
- "GUEST_AGREEMENT"
|
- "GUEST_AGREEMENT"
|
||||||
- "UNKNOWN"
|
|
||||||
- "UNSET"
|
|
||||||
- name: id_deal
|
- name: id_deal
|
||||||
data_type: string
|
data_type: string
|
||||||
description: Unique identifier of an account.
|
description: Unique identifier of an account.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue