From 44b833879a2f75f1800e3fd1cc56049cb134095a Mon Sep 17 00:00:00 2001 From: George Sittas Date: Mon, 25 Aug 2025 17:18:04 +0300 Subject: [PATCH] Chore: fix dbt `relationships` manifest test --- tests/dbt/test_model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dbt/test_model.py b/tests/dbt/test_model.py index c2becfbc16..030f2ec723 100644 --- a/tests/dbt/test_model.py +++ b/tests/dbt/test_model.py @@ -79,10 +79,10 @@ def test_load_invalid_ref_audit_constraints(tmp_path: Path, caplog) -> None: ], "tests": [ { + # References a model that doesn't exist "relationships": { "to": "ref('not_real_model')", "field": "cola", - "description": "A test that references a model that does not exist", } } ],