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
1.97k stars 201 forks source link

merge lineagex #965

Closed zshandy closed 1 year ago

zshandy commented 1 year ago

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Snapshots:

Include snapshots for easier review.

Checklist:

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 71.73% and project coverage change: -0.44 :warning:

Comparison is base (26546d0) 56.37% compared to head (55d67b2) 55.93%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #965 +/- ## =========================================== - Coverage 56.37% 55.93% -0.44% =========================================== Files 318 314 -4 Lines 20630 20444 -186 =========================================== - Hits 11630 11436 -194 - Misses 9000 9008 +8 ``` | [Impacted Files](https://app.codecov.io/gh/sfu-db/dataprep/pull/965?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sfu-db) | Coverage Δ | | |---|---|---| | [dataprep/integrate/\_\_init\_\_.py](https://app.codecov.io/gh/sfu-db/dataprep/pull/965?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sfu-db#diff-ZGF0YXByZXAvaW50ZWdyYXRlL19faW5pdF9fLnB5) | `0.00% <0.00%> (ø)` | | | [dataprep/integrate/lx.py](https://app.codecov.io/gh/sfu-db/dataprep/pull/965?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sfu-db#diff-ZGF0YXByZXAvaW50ZWdyYXRlL2x4LnB5) | `0.00% <0.00%> (ø)` | | | [dataprep/eda/create\_db\_report/diagram\_factory.py](https://app.codecov.io/gh/sfu-db/dataprep/pull/965?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sfu-db#diff-ZGF0YXByZXAvZWRhL2NyZWF0ZV9kYl9yZXBvcnQvZGlhZ3JhbV9mYWN0b3J5LnB5) | `95.31% <92.85%> (-0.34%)` | :arrow_down: | | [...rep/eda/create\_db\_report/db\_models/table\_column.py](https://app.codecov.io/gh/sfu-db/dataprep/pull/965?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sfu-db#diff-ZGF0YXByZXAvZWRhL2NyZWF0ZV9kYl9yZXBvcnQvZGJfbW9kZWxzL3RhYmxlX2NvbHVtbi5weQ==) | `90.69% <100.00%> (ø)` | | | [...taprep/eda/create\_db\_report/header/sql\_metadata.py](https://app.codecov.io/gh/sfu-db/dataprep/pull/965?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sfu-db#diff-ZGF0YXByZXAvZWRhL2NyZWF0ZV9kYl9yZXBvcnQvaGVhZGVyL3NxbF9tZXRhZGF0YS5weQ==) | `42.01% <100.00%> (ø)` | | | [dataprep/eda/create\_db\_report/run\_function.py](https://app.codecov.io/gh/sfu-db/dataprep/pull/965?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sfu-db#diff-ZGF0YXByZXAvZWRhL2NyZWF0ZV9kYl9yZXBvcnQvcnVuX2Z1bmN0aW9uLnB5) | `98.55% <100.00%> (+0.04%)` | :arrow_up: | | [dataprep/eda/create\_db\_report/views/orphan.py](https://app.codecov.io/gh/sfu-db/dataprep/pull/965?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sfu-db#diff-ZGF0YXByZXAvZWRhL2NyZWF0ZV9kYl9yZXBvcnQvdmlld3Mvb3JwaGFuLnB5) | `100.00% <100.00%> (ø)` | | ... and [10 files with indirect coverage changes](https://app.codecov.io/gh/sfu-db/dataprep/pull/965/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sfu-db)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.