Skip to content

Commit 162f9ef

Browse files
Merge pull request #72 from datakind/minor-fixes_1c04534
Expression is true does not need a column
2 parents 566d3b2 + 5d3538c commit 162f9ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
-- wrapper around dbt_utils.expression_is_true including the name
2+
-- Commented out column as the expression determines that
23
{% test expression_is_true(model, expression, column_name=None, condition='1=1', name='do_set_name') %}
3-
{{ return(adapter.dispatch('test_expression_is_true', 'dbt_utils')(model, expression, column_name, condition)) }}
4+
{{ return(adapter.dispatch('test_expression_is_true', 'dbt_utils')(model, expression, '', condition)) }}
45
{% endtest %}

0 commit comments

Comments
 (0)