diff --git a/src/dbt_osmosis/vendored/dbt_core_interface/project.py b/src/dbt_osmosis/vendored/dbt_core_interface/project.py index 8702af6..b604e08 100644 --- a/src/dbt_osmosis/vendored/dbt_core_interface/project.py +++ b/src/dbt_osmosis/vendored/dbt_core_interface/project.py @@ -900,7 +900,6 @@ def get_task(self, typ: DbtCommand, args: DbtTaskConfiguration) -> "ManifestTask # DBT 1.8 requires manifest as 2-nd positional argument task = self.get_task_cls(typ)(args, self.config, self.manifest) except Exception as e: - raise e task = self.get_task_cls(typ)(args, self.config) # Render this a no-op on this class instance so that the tasks `run` # method plumbing will defer to our existing in memory manifest.