-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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: ability to add new table and reset specific table without resetting entire workflow #13781
Comments
per-stream state has been implemented and it should be possible to add this feature now to MySQL Source following what we did for Postgres Source |
This issue depends on #15248. |
TODOs:
|
Hey team! Please add your planning poker estimate with ZenHub @ryankfu @subodh1810 @edgao @rodireich |
@misteryeo I am adding this to MySQL To Beta epic, because this is part of "feature completeness". Essentially, this is "support per stream state in MySQL Source" |
Available with per-stream functionality in the latest version of MS-SQL connector |
Tell us about the problem you're trying to solve
We have an usecase that we need to reset specific table in cdc sync job and add new table however, it required to reset all the rest of the tables which was set up in the job.
Describe the solution you’d like
Describe the alternative you’ve considered or used
Example,
we have 100 tables and I have created 20 connections for sync job hence we need reset only 5 tables for any changes
Additional context
The text was updated successfully, but these errors were encountered: