Skip to content

Add wildcard support for -ignore-tables option #518

@sadensmol

Description

@sadensmol

At the moment when we run generator on DB with existing partitions we have lots of models generated (for all the partitions), but we never need it in code. When we generate 6-12 partitions per table it's lots of things to explicitly add to -ignore-tables, also they are dynamic, so change names every month.
There is a task to add -ignore-partitions option, but it seems much complicated.

It would be great to add wildcard support for -ignore-tables option, which allows to use something like:
tableA_* and it will ignore all partitions (depends on templare of course) like: tableA_partX, tableB_partY etc...

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions