Hello all đ
I am setting up the Postgres CDC connection and I had 2 issues:
⢠On airbyte side: when the connection does not include all the tables from the source it find 0 changes even if there is (cf screenshot), when all tables are replicating it works well
⢠On postgres the WAL does not seem to be deleted, in the replication_slot the value
confirmed_flush_lsn
change but not the
restart_lsn
, in my understanding the restart_lsn should update when a sync is done shouldnât it?
Thanks in advance đ
Airbyte version: 0.40.22
Postgres connector: 1.0.25