We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0548c99 commit 51959b9Copy full SHA for 51959b9
tests/dbt/test_model.py
@@ -875,6 +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
+@pytest.mark.slow
879
def test_jinja_config_no_query(tmp_path, create_empty_project):
880
project_dir, model_dir = create_empty_project()
881
0 commit comments