From 0ce6ebda6d1ecde936303b2b2ef7ed3fbe60ceca Mon Sep 17 00:00:00 2001 From: Jesus Gonzalez Date: Fri, 21 Aug 2026 05:03:23 +0000 Subject: [PATCH] Set the invocation context when reparsing the dbt project --- src/dbt_core_interface/project.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dbt_core_interface/project.py b/src/dbt_core_interface/project.py index 1de1098..52643cd 100644 --- a/src/dbt_core_interface/project.py +++ b/src/dbt_core_interface/project.py @@ -518,6 +518,7 @@ def parse_project( self, write_manifest: bool = False, reparse_configuration: bool = False ) -> None: """Parse the dbt project and load manifest.""" + _set_invocation_context() if reparse_configuration: current = Path(self._args.profiles_dir).resolve() standard_dirs = {