-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Labels
enhancementNew feature or requestNew feature or request
Description
It would be nice to provide a wildcard match when defining the include|exclude_schemas and tables.
The use case is the case where you have multiple schemas that you might have similar structure.
Same as:
exclude_tables:
- "*.table_1" # excludes ending table_1 in all schemas
- "table_2.*" # exclude starting with table_2 in all schemas
It becomes quite tedious to maintain without the ability. when you get to hundreds of schemas and a few dozen tables in each
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request