Skip to content

Commit

Permalink
compatibilize
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellcassius committed Dec 19, 2023
1 parent af9a263 commit e28acc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e28acc1

Please sign in to comment.