Mysql Source pipeline Incremental Snapshot #3601
Unanswered
mamineturki
asked this question in
Q&A
Replies: 0 comments
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.
-
Hi, I have a Mysql-to-Paimon pipeline and I want to set it up so that it does not initially take a snapshot of all the tables, but I can request adhoc incremental snapshots for specific tables.
This can be configured in Debezium by removing the initial snapshot config and configuring a signalling table:
debezium.signal.data.collection
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions