From 4efb0aa1ccba5aadcef626cac63140fd98e24ea4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oriol=20Roqu=C3=A9=20Paniagua?= Date: Wed, 20 Nov 2024 12:44:56 +0000 Subject: [PATCH] Merged PR 3607: Bugfix kpis__product_new_dash_agg_metrics # Description _Describe your motivation and changes here._ # Checklist - [ ] The edited models and dependants run properly with production data. - [ ] The edited models are sufficiently documented. - [ ] The edited models contain PK tests, and I've ran and passed them. - [ ] I have checked for DRY opportunities with other models and docs. - [ ] I've picked the right materialization for the affected models. # Other - [ ] Check if a full-refresh is required after this PR is merged. Bugfix kpis__product_new_dash_agg_metrics --- models/reporting/kpis/kpis__product_new_dash_agg_metrics.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/reporting/kpis/kpis__product_new_dash_agg_metrics.sql b/models/reporting/kpis/kpis__product_new_dash_agg_metrics.sql index aa62049..b59abc2 100644 --- a/models/reporting/kpis/kpis__product_new_dash_agg_metrics.sql +++ b/models/reporting/kpis/kpis__product_new_dash_agg_metrics.sql @@ -6,7 +6,7 @@ select date as date, {{ capitalise_and_remove_underscores("time_granularity") }} as time_granularity, {{ capitalise_and_remove_underscores("dimension") }} as dimension, - {{ capitalise_and_remove_underscores("dimension_value") }} as dimension_value, + dimension_value as dimension_value, created_services as created_services, booking_with_created_services_count as booking_with_created_services_count from int_kpis__product_new_dash_agg_metrics