Skip to content

Commit

Permalink
Fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ccharlesgb committed May 30, 2024
1 parent 8c26068 commit 8b1bc3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt_dry_run/adapter/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class ProjectService:
def __init__(self, args: DbtArgs):
self._args = args
set_from_args(self._args.to_namespace(), self._args)
set_invocation_context({})
set_invocation_context(os.environ)
self._config = RuntimeConfig.from_args(self._args)
reset_adapters()
register_adapter(self._config, get_mp_context())
Expand Down

0 comments on commit 8b1bc3c

Please sign in to comment.