File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
22name : ' dbt_constraints'
3- version : ' 1.0.3 '
3+ version : ' 1.0.4 '
44config-version : 2
55
66# These macros depend on the results and graph objects in dbt >=0.19.0
Original file line number Diff line number Diff line change 229229 {%- for res in results
230230 if res .node .config .materialized == " test"
231231 and res .node .unique_id == test_model .unique_id - %}
232- {%- if not res .failures - %}
233- {# - Set NORELY if we do not know if there is a test failure -#}
234- {{ return(' NORELY ' ) }}
232+ {%- if res .failures == None - %}
233+ {# - Set '' if we do not know if there is a test failure -#}
234+ {{ return(' ' ) }}
235235 {%- elif res .failures > 0 - %}
236236 {# - Set NORELY if there is a test failure -#}
237237 {{ return(' NORELY' ) }}
You can’t perform that action at this time.
0 commit comments