style(connectors): Added query log (#1409)
* style(connectors): Added query log * fix(connectors): changed info log to error log
This commit is contained in:
parent
0b95d26b40
commit
c9b4644350
1 changed files with 1 additions and 0 deletions
|
|
@ -357,6 +357,7 @@ def fix_missing_redshift():
|
|||
database_api.pdredshift.exec_commit(base_query)
|
||||
except Exception as e:
|
||||
logging.error(f'[ERROR] Error while executing query. {repr(e)}')
|
||||
logging.error(f'[ERROR INFO] query: {base_query}')
|
||||
database_api.close()
|
||||
asyncio.run(pg_client.terminate())
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue