MSSQL Source Connector - #3851
Draft
lsabi wants to merge 7 commits into
Draft
Conversation
|
Thanks for the PR. It is labeled Slash commands (own line, regular comment) move it around the queue:
See CONTRIBUTING.md for details. |
Contributor
|
@lsabi please make this pr as draft or close it and add test, then reopen |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3851 +/- ##
============================================
- Coverage 76.58% 74.10% -2.48%
Complexity 1046 1046
============================================
Files 1347 1345 -2
Lines 171018 170768 -250
Branches 142372 142389 +17
============================================
- Hits 130967 126547 -4420
- Misses 36233 40534 +4301
+ Partials 3818 3687 -131
🚀 New features to boost your workflow:
|
lsabi
marked this pull request as draft
August 10, 2026 12:06
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Which issue does this PR address?
Partially Closes # #3573
Relates to #
Rationale
This is just the implementation of the source connector for the
cdc. I'm also working on the table polling, but it'll require more time.I don't have a database instance to test it, but tests are passing. If someone, who has a test
MSSQLinstance can try it out, it would be great.What changed?
Added the
Local Execution
AI Usage
None