You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would love to see more information on test failures (like what the tables that were created are called). I can try to help with this if you can give me code pointers.
The text was updated successfully, but these errors were encountered:
A bit late to the party, but if you are still interested, you can check out dmt_unit_test.sql, escpecially the macro test_equality (starts on line 13). The print statements is created here (line 63):
{#- Print output if there are any rows within the table. -#}
{%- if test_status == 1 -%}
{{ dbt_datamocktool.print_color('{YELLOW}The test <' ~ name ~ '> failed with the differences:') }}
{{ dbt_datamocktool.print_color('{RED}================================================================') }}
{% do test_report.print_table() %}
{{ dbt_datamocktool.print_color('{RED}================================================================') }}
{%- endif -%}
Happy to look into it, if you have already specific ideas about it?
I would love to see more information on test failures (like what the tables that were created are called). I can try to help with this if you can give me code pointers.
The text was updated successfully, but these errors were encountered: