From e28acc16aae70481182bc86f968e9fb3080eff50 Mon Sep 17 00:00:00 2001 From: hellcassius Date: Tue, 19 Dec 2023 16:53:21 -0300 Subject: [PATCH] compatibilize --- pipelines/utils/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/utils/utils.py b/pipelines/utils/utils.py index efebcdd1..1e848552 100644 --- a/pipelines/utils/utils.py +++ b/pipelines/utils/utils.py @@ -678,7 +678,7 @@ def get_raw_data_db( filetype = "json" try: - credentials = get_secret(secret_path)["data"] + credentials = get_secret(secret_path) with connector_mapping[engine]( host=host,