when using -T or -t many times to exclude or include tables in dbtoyaml and at the same time the option multiple_files is switched on the execution fails.
Fix:
dbobject/schema.py line 120 filemap.update(outobj) should be within "if objmap is not None:"
when using -T or -t many times to exclude or include tables in dbtoyaml and at the same time the option multiple_files is switched on the execution fails.
Fix: dbobject/schema.py line 120 filemap.update(outobj) should be within "if objmap is not None:"