We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d941fbe commit 80344eaCopy full SHA for 80344ea
tests/dbt/test_model.py
@@ -274,6 +274,7 @@ def test_load_invalid_ref_audit_constraints(
274
with open(model_schema_file, "w", encoding="utf-8") as f:
275
yaml.dump(model_schema, f)
276
277
+ assert isinstance(get_console(), NoopConsole)
278
context = Context(paths=project_dir)
279
assert (
280
"Skipping audit 'relationships_full_model_cola__cola__ref_not_real_model_' because model 'not_real_model' is not a valid ref"
0 commit comments