Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upstream run level lineage implementation #2658

Merged
merged 9 commits into from
Nov 6, 2023

Merge branch 'main' into upstream

5f99805
Select commit
Loading
Failed to load commit list.
Merged

upstream run level lineage implementation #2658

Merge branch 'main' into upstream
5f99805
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 6, 2023 in 1s

83.76% (+0.16%) compared to 42cadbb

View this Pull Request on Codecov

83.76% (+0.16%) compared to 42cadbb

Details

Codecov Report

Merging #2658 (5f99805) into main (42cadbb) will increase coverage by 0.16%.
Report is 1 commits behind head on main.
The diff coverage is 96.29%.

@@             Coverage Diff              @@
##               main    #2658      +/-   ##
============================================
+ Coverage     83.60%   83.76%   +0.16%     
- Complexity     1334     1338       +4     
============================================
  Files           245      247       +2     
  Lines          6076     6112      +36     
  Branches        280      281       +1     
============================================
+ Hits           5080     5120      +40     
+ Misses          844      843       -1     
+ Partials        152      149       -3     
Files Coverage Δ
api/src/main/java/marquez/db/Columns.java 86.30% <100.00%> (+6.55%) ⬆️
api/src/main/java/marquez/db/LineageDao.java 100.00% <100.00%> (ø)
.../java/marquez/db/mappers/UpstreamRunRowMapper.java 100.00% <100.00%> (ø)
.../src/main/java/marquez/service/LineageService.java 83.22% <100.00%> (+2.16%) ⬆️
...src/main/java/marquez/api/OpenLineageResource.java 86.84% <0.00%> (-4.83%) ⬇️

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!