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:
parent
c23380583b
commit
4efb0aa1cc
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue