Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
akaBotelho committed Sep 26, 2024
1 parent 05860c4 commit d89830d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pipelines/utils/jdbc.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from typing import List

import jaydebeapi as jdb
from prefeitura_rio.pipelines_utils.logging import log

from pipelines.utils.secret import get_secret

Expand All @@ -24,6 +25,7 @@ def get_conn_kwargs(self):
url=data["url"],
jars=[data["jars"]],
)
log(f"jars={[data['jars']]}")
return conn_kwargs

def connect(self):
Expand Down

0 comments on commit d89830d

Please sign in to comment.