Commit wip test

This commit is contained in:
Joaquin 2025-03-27 14:27:38 +01:00
parent 8c3a32d62e
commit c902ae2dff
4 changed files with 92 additions and 0 deletions

View file

@ -8,6 +8,9 @@ select
{{ capitalise_and_remove_underscores("dimension") }} as dimension,
dimension_value as dimension_value,
created_services as created_services,
deal_with_offered_service_count as deal_with_offered_service_count,
accommodation_with_offered_service_count
as accommodation_with_offered_service_count,
booking_with_created_services_count as booking_with_created_services_count,
total_chargeable_services as total_chargeable_services,
total_chargeable_amount_in_gbp as total_chargeable_amount_in_gbp,

View file

@ -315,6 +315,16 @@ models:
data_type: bigint
description: |
The created services for a given time granularity, date or dates range,
- name: deal_with_offered_service_count
data_type: bigint
description: |
The count of deals with services offered by a given date, dimension and value.
- name: accommodation_with_offered_service_count
data_type: bigint
description: |
The count of accommodations with services offered by a given date, dimension and value.
dimension and value.
- name: booking_with_created_services_count