Setting up CDC(Change Data Capture) for Timescaldb PostgreSQL #47347
Closed
Nanagoud007
started this conversation in
Guides & Tutorials
Replies: 1 comment
|
This discussion has had no comments and limited activity for over a year. The Airbyte platform has changed significantly since it was created, so the context here may no longer apply. Closing as part of a cleanup effort. If this topic is still relevant, please start a fresh discussion so it gets the attention it deserves. Thank you! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am running a TimescaleDB/PostgreSQL image with multiple databases and want to enable CDC (Change Data Capture) for all tables across all databases. I followed the Airbyte documentation here, but the incremental sync option isn't appearing in Airbyte. The documentation also mentions that CDC doesn't work with TimescaleDB, so I created regular tables to sync instead, but the sync still isn't working. The developer guide suggests enabling logical replication, but there is no option for logical replication in the Airbyte UI. I'm using Airbyte version v1.1.0—can you clarify why this might be happening?

Can any one lead me to the correct way that would be much helpful for me
All reactions