Closed phixMe closed 1 month ago
Name | Link |
---|---|
Latest commit | 6ae44db67beff8695dc9dbc87f5fedd20e9adcc6 |
Latest deploy log | https://app.netlify.com/sites/peppy-sprite-186812/deploys/670587b82060760007e29ea5 |
Attention: Patch coverage is 0%
with 6 lines
in your changes missing coverage. Please review.
Project coverage is 82.92%. Comparing base (
9450410
) to head (6ae44db
). Report is 3 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
api/src/main/java/marquez/api/StatsResource.java | 0.00% | 5 Missing :warning: |
...pi/src/main/java/marquez/service/StatsService.java | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Problem
We currently in our materialized view lineage tables don't provide the current hour and day respectively, which is the timeframe that our materialized view did not get
Solution
current_hour_lineage_metrics
andcurrent_day_lineage_metrics
One-line summary: Includes current events in the lineage metrics aggregations.
Checklist
CHANGELOG.md
(Depending on the change, this may not be necessary)..sql
database schema migration according to Flyway's naming convention (if relevant)