JSON not being copied on incremental sync

Hey, thanks for providing so much info. It’s interesting the behaviour is different on initial sync because in effect this initialization is a full refresh sync. After that initialization is when data comes from the postgres WAL.

Could you check that all tables you want synced are added to the airbyte publication? This should display all tables added to all configured publications: select * from pg_publication_tables;