chris_barnes
06/28/2022, 3:39 PMtap-postgres
for the first time... it's connecting to a read-replica hosted in GCP and the target is a Snowflake instance; the tap runs for around 1.5 hrs before failing with the following error:
psycopg2.InterfaceError: connection already closed
chris_barnes
06/28/2022, 3:39 PMchris_barnes
06/28/2022, 3:41 PMtap-postgres
so I assume the transferwise variant, incremental replication on ~120 tables, none bigger than ~9m rowsdevon_seitz
06/28/2022, 4:46 PMdevon_seitz
06/28/2022, 4:47 PMdevon_seitz
06/28/2022, 4:47 PMchris_barnes
06/28/2022, 6:55 PMtap-postgres
devon_seitz
06/28/2022, 6:56 PMdevon_seitz
06/28/2022, 6:57 PMname: tap-postgres--staging
config:
host: removed
user: removed
dbname: removed
default_replication_method: LOG_BASED
itersize: 5000000
chris_barnes
06/28/2022, 6:57 PMchris_barnes
06/28/2022, 6:58 PMdevon_seitz
06/28/2022, 7:05 PMchris_barnes
06/28/2022, 8:15 PM