Skip to content

Commit

Permalink
add read catalog to split
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-connors-3 committed Jul 7, 2023
1 parent 6023a28 commit 88a8a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt_meshify/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def connect(projects_dir):
@read_catalog
@select
@selector
def split(project_name, select, exclude, project_path, selector, create_path):
def split(project_name, select, exclude, project_path, selector, create_path, read_catalog):
"""
Splits out a new subproject from a dbt project by adding all necessary dbt Mesh constructs to the resources based on the selected resources.
Expand Down

0 comments on commit 88a8a18

Please sign in to comment.