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.
1 parent 9f90d4c commit 13fafaeCopy full SHA for 13fafae
elementary/monitor/dbt_project/macros/get_test_results.sql
@@ -219,6 +219,8 @@
219
220
{%- if (test_type == 'dbt_test' and status in ['fail', 'warn']) or (test_type != 'dbt_test' and status in elementary_tests_allowlist_status) -%}
221
{% set test_rows_sample = elementary_cli.get_test_rows_sample(test.result_rows, test_result_rows_agate.get(test.id)) %}
222
+ {# Dimension anomalies return multiple dimensions for the test rows sample, and needs to be handle differently. #}
223
+ {# Currently we show only the anomalous for all of the dimensions. #}
224
{% if test.test_sub_type == 'dimension' or test_params.dimensions %}
225
{% if test.test_sub_type == 'dimension' %}
226
{% set metric_name = 'row_count' %}
0 commit comments