Fix - wrong config
This commit is contained in:
parent
2662527790
commit
05058f9e05
1 changed files with 2 additions and 2 deletions
|
|
@ -29,8 +29,8 @@ Additionally, it provides a proper display name for reporting purposes.
|
|||
{% macro get_kpi_dimensions_for_production() %}
|
||||
{% set dimensions = [
|
||||
{"dimension": "'global'", "dimension_display": "'Global'"},
|
||||
{"dimension": "'by_number_of_listings'", "dimension_display": "'By # of Listings Booked in 12 Months'"}
|
||||
{"dimension": "'by_billing_country'", "dimension_value": "By Billing Country"}
|
||||
{"dimension": "'by_number_of_listings'", "dimension_display": "'By # of Listings Booked in 12 Months'"},
|
||||
{"dimension": "'by_billing_country'", "dimension_value": "'By Billing Country'"}
|
||||
] %}
|
||||
{{ return(dimensions) }}
|
||||
{% endmacro %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue