Add proper error handling when timestamp converter fails
DaeunYim opened this issue · 0 comments
DaeunYim commented
Needs proper error handling for timestamp conversion fails happening because of the disparity between PostgreSQL and Psycopg3
Refer to psycopg doc
https://www.psycopg.org/psycopg3/docs/basic/adapt.html#date-time-types-adaptation
and this issue
#437