Skip to content

Commit

Permalink
fix null table_name
Browse files Browse the repository at this point in the history
  • Loading branch information
il-ngocanh committed Oct 21, 2024
1 parent f5658e2 commit 03557d4
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
,'{{ dq_tools.__get_kpi_categorize(result.node) }}' as test_kpi_category_config
,'{{ dq_tools.__get_dq_issue_type(result.node) }}' as dq_issue_type
,'{{ result.status }}' as test_result
,'{{ testing_model_relation }}' as table_name
,{% if materialization != 'ephemeral' %}
'{{ testing_model_relation }}'
{% else %}''{% endif %} as table_name
,'{{ dq_tools.__get_where_subquery(
testing_model,
result.node.config,
Expand Down

0 comments on commit 03557d4

Please sign in to comment.