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
This commit is contained in:
Oriol Roqué Paniagua 2024-11-20 12:44:56 +00:00
parent c23380583b
commit 4efb0aa1cc

View file

@ -6,7 +6,7 @@ select
date as date, date as date,
{{ capitalise_and_remove_underscores("time_granularity") }} as time_granularity, {{ capitalise_and_remove_underscores("time_granularity") }} as time_granularity,
{{ capitalise_and_remove_underscores("dimension") }} as dimension, {{ 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, created_services as created_services,
booking_with_created_services_count as booking_with_created_services_count booking_with_created_services_count as booking_with_created_services_count
from int_kpis__product_new_dash_agg_metrics from int_kpis__product_new_dash_agg_metrics