diff --git a/opendbt/dbt/v18/config/runtime.py b/opendbt/dbt/v18/config/runtime.py index 905a342..e210d1b 100644 --- a/opendbt/dbt/v18/config/runtime.py +++ b/opendbt/dbt/v18/config/runtime.py @@ -17,6 +17,7 @@ @dataclass @PatchClass(module_name="dbt.config", target_name="RuntimeConfig") class OpenDbtRuntimeConfig(RuntimeConfig): + def load_dependence_projects(self): dependencies_yml_dict = load_yml_dict(f"{self.project_root}/{DEPENDENCIES_FILE_NAME}")