We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 566d3b2 + 5d3538c commit 162f9efCopy full SHA for 162f9ef
dot/dbt/macros/test_expression_is_true.sql
@@ -1,4 +1,5 @@
1
-- wrapper around dbt_utils.expression_is_true including the name
2
+-- Commented out column as the expression determines that
3
{% test expression_is_true(model, expression, column_name=None, condition='1=1', name='do_set_name') %}
- {{ 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)) }}
5
{% endtest %}
0 commit comments