RFC: Add optional --ignored-tables argument#427
RFC: Add optional --ignored-tables argument#427plaes wants to merge 1 commit intoagronholm:masterfrom
--ignored-tables argument#427Conversation
Signed-off-by: Priit Laes <plaes@plaes.org>
|
What is the use case where you have so many tables to ignore that it'd be impractical to list them on the command line or to just list the tables you do want? |
Well, there are 910 tables in the ignore list (I want to ignore tables that are empty), and after that I am left with 622 tables which have some data... My usecase - investigating an old ERP system (development seems to be started some time after 1991 where foreign keys did not yet exist). ;) |
|
@agronholm I don't mind accepting such a feature |
|
At the very least the options need to be consistent. If |
Changes
--ignored-tables [filename]argument to specify file containing list of tables to be ignored.Checklist
tests/) which would fail without your patchCHANGES.rst).