New dash bookings agg models

This commit is contained in:
Joaquin 2025-04-01 09:14:30 +02:00
parent fb2b2def52
commit 2a797ce0e8
10 changed files with 236 additions and 73 deletions

View file

@ -11,7 +11,7 @@ select
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,
created_bookings_count as created_bookings_count,
total_chargeable_services as total_chargeable_services,
total_chargeable_amount_in_gbp as total_chargeable_amount_in_gbp,
unique_chargeable_bookings as unique_chargeable_bookings,