3rd commit
This commit is contained in:
@@ -48,6 +48,7 @@ def build_sql_server_engine() -> Engine:
|
||||
)
|
||||
|
||||
with engine.connect() as conn:
|
||||
|
||||
log.info(conn.execute(text("SELECT 1")))
|
||||
|
||||
return engine
|
||||
@@ -81,6 +82,6 @@ def get_clickhouse_client():
|
||||
host=CH_HOST,
|
||||
port=CH_PORT,
|
||||
username=CH_USER,
|
||||
password="CH_PASS",
|
||||
password=CH_PASS,
|
||||
database=CH_DB
|
||||
)
|
||||
Reference in New Issue
Block a user