Closed rodireich closed 2 days ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
While verifying this pr I noticed another bug that is not directly related to resync but has to do with how empty tables save their state.
~I'm fixing it but please take a look meantime~
Issue fixed in https://github.com/airbytehq/airbyte/pull/48593 branched out of this PR.
What
With this change mysql will now correctly do a re-sync in case a saved CDC offset is found to be stale, and mysql is configured to go to resync rather than fail.
How
CDCPartitionsCreator goes into the following flow:
Review guide