-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛Source MSSQL: Fix CDC with sync mode is New changes only #19372
🐛Source MSSQL: Fix CDC with sync mode is New changes only #19372
Conversation
f2e1165
to
0ac9c01
Compare
Hello 👋, first thank you for this amazing contribution. We really appreciate the effort you've made to improve the project. If you have any questions feel free to send me a message in Slack! |
it is impacted me as well. @quannh-uet Could you change connector version in docker file ? |
b580332
to
2fdf0f1
Compare
@sivankumar86 It's okay. I rebased to latest main branch and changed connector version in Dockerfile. |
/test connector=connectors/source-mssql
|
Hello 👋:skin-tone-2: and thank you for your contribution! Airbyte has instituted a code freeze between 19 and 30 December, to make sure there are no disruptions during the holidays. If you have any questions or need further clarification, please don't hesitate to ping via Slack. |
Is there any update on this? |
@grishick can you add this to source-dw team backlog? Look it is impacting some users. |
Close due inactivity. @quannh-uet can you submit the contribution again |
What
Fix: 🐛 #18860
How
After #14910
Replication in source spec change from
to
And following guideline for upgrading from version 0.4.17 and older versions to 0.4.18 and newer version legacy config will change from
to
We need support both newer version (after 0.4.18) and migration from legacy to newer.
Recommended reading order
MssqlCdcHelper.java
MssqlCdcHelperTest.java
CdcMssqlSourceTest.java
🚨 User Impact 🚨
User only need following migration guideline in source documentation page.
Pre-merge Checklist
Updating a connector
Community member or Airbyter
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.README.md
docs/integrations/<source or destination>/<name>.md
including changelog. See changelog exampleTests
Unit
Integration
Acceptance