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 0548c99 commit 72c501bCopy full SHA for 72c501b
tests/dbt/test_model.py
@@ -875,7 +875,7 @@ def test_load_model_dbt_node_name(tmp_path: Path) -> None:
875
assert model.dbt_name == "model.test_project.simple_model"
876
877
878
-def test_jinja_config_no_query(tmp_path, create_empty_project):
+def test_jinja_config_no_query(tmp_path, create_empty_project, dbt_dummy_postgres_config):
879
project_dir, model_dir = create_empty_project()
880
881
# model definition contains only a comment and non-SQL jinja
0 commit comments