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

Add the ability to exclude tables in config #598

Open
vjeeva opened this issue Oct 24, 2024 · 0 comments
Open

Add the ability to exclude tables in config #598

vjeeva opened this issue Oct 24, 2024 · 0 comments

Comments

@vjeeva
Copy link
Contributor

vjeeva commented Oct 24, 2024

Problem:

  1. We have a tables key in the config to ensure only certain tables get replicated.
  2. DBs that use AWS DMS have some DMS tables with different ownership and people need to avoid replicating those tables to avoid permission issues (also those DMS tables are for minor features and can be truncated any time).
  3. To exclude tables right now, you need to list out every single table except the singular DMS table. People have 100+ tables and this is proving to be painful.

The above problem can affect anyone that needs to exclude a small set of tables, but instead have to list out every single table otherwise (that list can be much larger than the exclusion)

Definition of Done:

  1. Add a way to exclude tables to help with the above problem.
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