Commit b79551b
Initialize elementary_tests_allowlist_status in clickhouse__get_test_results
Pre-existing bug surfaced by CodeRabbit: the ClickHouse variant of
get_test_results passes elementary_tests_allowlist_status into
_process_raw_test_results without ever initializing it. The default__ and
fabric__ variants both set it from disable_passed_test_metrics at the top
of the macro.
Without this, sample selection for non-dbt_test rows (anomaly/schema_change)
would silently skip on ClickHouse because the 'status in
elementary_tests_allowlist_status' check would fail on an undefined value.
Co-Authored-By: mika@elementary-data.com <mika.kerman@gmail.com>1 parent a174c35 commit b79551b
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| 186 | + | |
186 | 187 | | |
187 | 188 | | |
188 | 189 | | |
| |||
0 commit comments