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-sqlserver: Validate table existence and not just CDC instances #1955

Open
willdonnelly opened this issue Sep 17, 2024 · 0 comments
Open

Comments

@willdonnelly
Copy link
Member

We should check during prerequisite validation whether a table exists, and not just whether it has a CDC instance. Presumably the intent was that the existence check is redundant because you can only have a CDC instance if the table exists, but telling the user "table foo has no capture instances and we couldn't create one" is confusing and unhelpful when the real issue is that they dropped that table, so we should check for table existence separately and give a more useful error message in those cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant