Fixed names
This commit is contained in:
parent
64c3c6d1f0
commit
d952613fd3
4 changed files with 52 additions and 30 deletions
|
|
@ -81,16 +81,10 @@ Please note that strings should be encoded with " ' your_value_here ' ",
|
|||
{{ return({"dimension": "'by_dash_source'", "dimension_value": "dash_source"}) }}
|
||||
{% endmacro %}
|
||||
{% macro dim_has_payment() %}
|
||||
{{ return({
|
||||
"dimension": "'by_has_payment'",
|
||||
"dimension_value": "case when has_payment then 'True' else 'False' end"
|
||||
}) }}
|
||||
{{ return({"dimension": "'by_has_payment'", "dimension_value": "has_payment"}) }}
|
||||
{% endmacro %}
|
||||
{% macro dim_has_id_check() %}
|
||||
{{ return({
|
||||
"dimension": "'by_has_id_check'",
|
||||
"dimension_value": "case when has_id_check then 'True' else 'False' end"
|
||||
}) }}
|
||||
{{ return({"dimension": "'by_has_id_check'", "dimension_value": "has_id_check"}) }}
|
||||
{% endmacro %}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue