18F / rdbms-subsetter

Generates a subset of a relational database that respects foreign key constraints
Creative Commons Zero v1.0 Universal
313 stars 30 forks source link

Add support for including tables, schemas and full_tables in config file #38

Closed alexcodreanu86 closed 6 years ago

alexcodreanu86 commented 7 years ago

Merge tables and schemas from config file into args.tables and args.schema

codecov-io commented 7 years ago

Codecov Report

Merging #38 into master will increase coverage by 0.18%. The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #38      +/-   ##
==========================================
+ Coverage   66.95%   67.14%   +0.18%     
==========================================
  Files           1        1              
  Lines         345      350       +5     
==========================================
+ Hits          231      235       +4     
- Misses        114      115       +1
Impacted Files Coverage Δ
subsetter.py 67.14% <66.66%> (+0.18%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 90d59de...7d16fff. Read the comment docs.

alexcodreanu86 commented 7 years ago

bump

catherinedevlin commented 6 years ago

Belated thanks for this! It's been merged and will go into the next release.