From e52105184f1beda62c4881b8ae2bf85adc01871e Mon Sep 17 00:00:00 2001 From: Pankaj Koti Date: Tue, 21 Jan 2025 14:29:40 +0530 Subject: [PATCH] Update cosmos/operators/local.py --- cosmos/operators/local.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cosmos/operators/local.py b/cosmos/operators/local.py index 818728252..9458eaf2b 100644 --- a/cosmos/operators/local.py +++ b/cosmos/operators/local.py @@ -485,6 +485,7 @@ def run_command( full_cmd = cmd + flags + self.log.debug("Using environment variables keys: %s", env.keys()) if return_sql and sql_context: profile_type = sql_context["profile_type"] mock_adapter_callable = PROFILE_TYPE_MOCK_ADAPTER_CALLABLE_MAP.get(profile_type)