Skip to content
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

Closed
sivankumar86 opened this issue Jun 15, 2022 · 8 comments
Labels
cdc community connectors/source/mssql team/db-dw-sources Backlog for Database and Data Warehouse Sources team type/enhancement New feature or request

Comments

@sivankumar86
Copy link
Contributor

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

  • Have an option to reset specific table
  • only run initial load/rest for the new tables which are added to the set up

Describe the alternative you’ve considered or used

  • Created multiple job/connections with small number of tables.
  • create a new connection for new tables
    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

Screen Shot 2022-06-15 at 12 34 57 pm

@grishick
Copy link
Contributor

grishick commented Aug 5, 2022

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

@tuliren
Copy link
Contributor

tuliren commented Aug 9, 2022

This issue depends on #15248.

@tuliren
Copy link
Contributor

tuliren commented Aug 9, 2022

TODOs:

@tuliren
Copy link
Contributor

tuliren commented Aug 9, 2022

Hey team! Please add your planning poker estimate with ZenHub @ryankfu @subodh1810 @edgao @rodireich

@grishick
Copy link
Contributor

grishick commented Aug 24, 2022

@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"

@misteryeo
Copy link
Contributor

@grishick We removed it because this is specifically for MSSQL. I've created a separate one here that Subodh's already started working on: #15725 :) I'll let you read this and remove!

@grishick
Copy link
Contributor

@grishick We removed it because this is specifically for MSSQL. I've created a separate one here that Subodh's already started working on: #15725 :) I'll let you read this and remove!

I must have gone blind last night and read MySQL instead of MS SQL :)

@grishick grishick added the team/db-dw-sources Backlog for Database and Data Warehouse Sources team label Sep 27, 2022
@marcosmarxm marcosmarxm changed the title Source:MSSQL ability to add new table and reset specific table without resetting entire workflow Source MSSQL: ability to add new table and reset specific table without resetting entire workflow Nov 30, 2022
@prateekmukhedkar
Copy link
Contributor

Available with per-stream functionality in the latest version of MS-SQL connector

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cdc community connectors/source/mssql team/db-dw-sources Backlog for Database and Data Warehouse Sources team type/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

7 participants