jaye_howell
12/28/2022, 5:49 PM'Instance <Job at 0x1069fb070> is not bound │ │
│ │ to a Session; attribute refresh operation cannot proceed │ │
│ │ (Background on this error at: │ │
│ │ <https://sqlalche.me/e/14/bhk3)>'> │ │
│ │ self = <meltano.core.block.extract_load.
The database is a replicant running Postgress within Amazon RDS. The previous database were Postgres running in a docker container on my local laptop. I am still looking for database logs, but seems that the database session is being closed before the extractor finishes.christoph
12/29/2022, 3:11 AMchristoph
12/29/2022, 7:41 AMmax_standby_archive_delay
on the read replica in order to allow for long running SELECT statements.jaye_howell
12/29/2022, 8:35 PMmax_standby_archive_delay
and max_standby_streaming_delay (integer)
to 3 hours and have not seen error in running a full sync