sfu-db / dataprep

Open-source low code data preparation library in python. Collect, clean and visualization your data in python with a few lines of code.
http://dataprep.ai
MIT License
2.08k stars 206 forks source link

feat(eda): add get_db_names #888

Closed jinglinpeng closed 2 years ago

jinglinpeng commented 2 years ago

Description

Implement get_db_names

codecov[bot] commented 2 years ago

Codecov Report

Merging #888 (a7bf820) into develop (e3a7d22) will decrease coverage by 0.04%. The diff coverage is 88.80%.

@@             Coverage Diff             @@
##           develop     #888      +/-   ##
===========================================
- Coverage    56.06%   56.01%   -0.05%     
===========================================
  Files          314      314              
  Lines        20451    20383      -68     
===========================================
- Hits         11465    11418      -47     
+ Misses        8986     8965      -21     
Impacted Files Coverage Δ
dataprep/tests/eda/test_create_db_report.py 100.00% <ø> (ø)
...e_db_report/pystache_models/pystache_constraint.py 40.00% <40.00%> (ø)
...aprep/eda/create_db_report/db_models/constraint.py 57.89% <57.89%> (ø)
..._db_report/pystache_models/pystache_table_index.py 77.77% <77.77%> (ø)
...db_report/pystache_models/pystache_table_column.py 81.25% <81.25%> (ø)
...prep/eda/create_db_report/db_models/table_index.py 83.33% <83.33%> (ø)
...rep/eda/create_db_report/db_models/table_column.py 90.24% <90.24%> (ø)
dataprep/eda/create_db_report/views/constraint.py 92.30% <92.30%> (ø)
...ataprep/eda/create_db_report/db_models/database.py 94.44% <94.44%> (ø)
dataprep/eda/create_db_report/db_models/table.py 94.54% <94.54%> (ø)
... and 12 more

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 ec857e7...a7bf820. Read the comment docs.