Merged PR 4357: Propagates in Host Resolutions and Invoiced Revenue the new business scope
# Description Changes: * Business scope is now propagated in Host Resolutions and Invoiced Revenue Monthly/MTD Metric and Aggregated models # 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. - [X] 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: #27356
This commit is contained in:
parent
78707ef649
commit
edddb0ac37
6 changed files with 78 additions and 4 deletions
|
|
@ -143,6 +143,8 @@ Provides a general assignement for the Dimensions available for each KPI
|
|||
"GUEST_JOURNEYS_WITH_PAYMENT",
|
||||
"GUEST_PAYMENTS",
|
||||
"STARTED_GUEST_JOURNEYS",
|
||||
"INVOICED_REVENUE",
|
||||
"HOST_RESOLUTIONS",
|
||||
] %}
|
||||
{% set additional_dimensions = additional_dimensions + [dim_business_scope()] %}
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue