save models wip
This commit is contained in:
parent
231411ce93
commit
3e5fd5a761
4 changed files with 105 additions and 0 deletions
|
|
@ -107,6 +107,11 @@ Provides a general assignemnt for the Dimensions available for each KPI
|
|||
{% set additional_dimensions = [dim_dash()] %}
|
||||
{% endif %}
|
||||
|
||||
{# Add entity-specific dimensions #}
|
||||
{% if entity_name == "GUEST_JOURNEY_METRICS" %}
|
||||
{% set additional_dimensions = [dim_has_payment(), dim_has_id_check()] %}
|
||||
{% endif %}
|
||||
|
||||
{# Combine base dimensions with additional dimensions for the specific model #}
|
||||
{% set dimensions = base_dimensions + additional_dimensions %}
|
||||
{{ return(dimensions) }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue