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
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:
It becomes quite tedious to maintain without the ability. when you get to hundreds of schemas and a few dozen tables in each