From 88a8a1845040b27bd8cb1da29ee007346e9bc2ff Mon Sep 17 00:00:00 2001 From: Dave Connors Date: Fri, 7 Jul 2023 12:20:01 -0500 Subject: [PATCH] add read catalog to split --- dbt_meshify/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbt_meshify/main.py b/dbt_meshify/main.py index 9559fb4..1d06cf4 100644 --- a/dbt_meshify/main.py +++ b/dbt_meshify/main.py @@ -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.