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

Runless events - consume job event #2661

Merged
merged 5 commits into from
Nov 16, 2023

make _event_type varchar(64) instead of enum

0a3f98a
Select commit
Loading
Failed to load commit list.
Merged

Runless events - consume job event #2661

make _event_type varchar(64) instead of enum
0a3f98a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 15, 2023 in 1s

84.05% (+0.28%) compared to 3a26e50

View this Pull Request on Codecov

84.05% (+0.28%) compared to 3a26e50

Details

Codecov Report

Attention: 10 lines in your changes are missing coverage. Please review.

Comparison is base (3a26e50) 83.76% compared to head (0a3f98a) 84.05%.

Files Patch % Lines
api/src/main/java/marquez/db/OpenLineageDao.java 92.10% 4 Missing and 2 partials ⚠️
.../migrations/V66_3_JobFacetsBackfillJobVersion.java 81.81% 2 Missing ⚠️
...src/main/java/marquez/api/OpenLineageResource.java 75.00% 0 Missing and 1 partial ⚠️
api/src/main/java/marquez/db/models/ModelDaos.java 75.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2661      +/-   ##
============================================
+ Coverage     83.76%   84.05%   +0.28%     
- Complexity     1338     1379      +41     
============================================
  Files           247      248       +1     
  Lines          6112     6297     +185     
  Branches        281      286       +5     
============================================
+ Hits           5120     5293     +173     
- Misses          843      851       +8     
- Partials        149      153       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.