# Description Adds Check-Out, Cancelled and Billable Bookings in the new KPI flow. For each of these metrics, it includes: * Daily model * Monthly/MTD without dimension aggregates * Monthly/MTD with dimension aggregates * Schema entries for the abovementioned 5 models * Temporary test to compare the different metrics against current production KPIs I also implemented a quick performance fix that removes the dependency of Billable Bookings from Booking Charge Events, since Bookings table already contains the needed information. # Checklist - [X] The edited models and dependants run properly with production data. - [X] The edited models are sufficiently documented. - [X] The edited models contain PK tests, and I've ran and passed them. - [NA] I have checked for DRY opportunities with other models and docs. - [X] I've picked the right materialization for the affected models. # Other - [ ] Check if a full-refresh is required after this PR is merged. Related work items: #23454 |
||
|---|---|---|
| .. | ||
| .gitkeep | ||
| kpis_additive_metrics_per_dimension_are_consistent.sql | ||
| kpis_global_metrics_outlier_detection.sql | ||
| tmp_kpis_refactor_equivalent_billable_bookings.sql | ||
| tmp_kpis_refactor_equivalent_cancelled_bookings.sql | ||
| tmp_kpis_refactor_equivalent_check_out_bookings.sql | ||
| tmp_kpis_refactor_equivalent_completed_guest_journeys.sql | ||
| tmp_kpis_refactor_equivalent_created_bookings.sql | ||
| tmp_kpis_refactor_equivalent_created_guest_journeys.sql | ||
| tmp_kpis_refactor_equivalent_guest_journeys_with_payment.sql | ||
| tmp_kpis_refactor_equivalent_guest_payments.sql | ||
| tmp_kpis_refactor_equivalent_started_guest_journeys.sql | ||