Skip to content

Commit

Permalink
add read catalog arg for split tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-connors-3 committed Jul 7, 2023
1 parent 88a8a18 commit d98f806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_subproject_creator.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def setup_new_project(write_packages_yml: bool = False):


def split_project(select: str = "my_first_dbt_model"):
project = DbtProject.from_directory(Path("test"))
project = DbtProject.from_directory(Path("test"), read_catalog=False)
subproject = project.split(project_name='subdir', select=select)
return subproject

Expand Down

0 comments on commit d98f806

Please sign in to comment.