MSSQL Source Connector - #3851
Conversation
|
Thanks for the PR. It is labeled Slash commands (own line, regular comment) move it around the queue:
See CONTRIBUTING.md for details. |
|
@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:
|
|
@lukaszzborek I'm afraid but I can't test it on my locale. I've spent a day understanding the docs, as it's not super clear how one should do in order to build their own connector. I've then let my laptop run for almost a day and it did not finish compiling, just excessive heating. I managed to compile |
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