-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
[feature request] Include and Exclude by Regex Pattern #24
Comments
This is a good one! I will happily take a pull request for it if you want it soon, otherwise I'll add this to my project queue. |
Hi @tedivm @jacobeatsspam I would like to contribute to this issue ! Any guidance would be appreciated 👍 |
The logic for the table selection is in the resolve_includes_tables function. Right now the arguments for includes and excluded tables uses pretty basic string matching, and this would have to be replaced with something that iterates over the tables to do a regular expression instead. You'll likely want to start by writing some tests with the desired functionality. |
Thanks @tedivm excited to work on this ! |
hi @tedivm @jacobeatsspam pr made, Could you please tell me if there is any changes or mistakes ? |
resolved by #26 |
I have a bunch of tables that share a common prefix and I would like to exclude them. This could be done with a simple glob/wildcard, or regex.
The text was updated successfully, but these errors were encountered: