Skip to content

Wildcard on source config #2089

@ianmuge

Description

@ianmuge

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions