TomasB
10/22/2024, 1:28 PMtap-postgres
and load it into target-postgres
. It works as expected for a bunch of tables but for couple tables that have many rows ~ 80 Millions it fails with the error
This Session's transaction has been rolled back due to a previous exception during flush. To begin a new transaction with this Session, first issue Session.rollback(). Original exception was: (psycopg2.OperationalError) connection to server at "127.0.0.1", port 5432 failed: server closed the connection unexpectedly
INFO - [el-load] This probably means the server terminated abnormally
{pod_manager.py:395} INFO - [el-load-inventory] before or while processing the request.
It has extracted and loaded ~ 20 Million rows. I have tried a few other times and it still fails with the same error.
tap-postgres
- MeltanoLabs version 0.0.9
target-postgres
- MeltanoLabs version 0.0.14
Does anyone know what the issue might be? We get the same error for tap-postgres
and loader target-bigquery
visch
10/22/2024, 2:58 PMvisch
10/22/2024, 2:59 PMTomasB
10/22/2024, 3:00 PMvisch
10/22/2024, 3:05 PMvisch
10/22/2024, 3:05 PMTomasB
10/22/2024, 3:07 PMTomasB
10/22/2024, 3:09 PM