Closed phixMe closed 2 months ago
Name | Link |
---|---|
Latest commit | ed5353376764bda959bf3e7f5bf80dc508d69b30 |
Latest deploy log | https://app.netlify.com/sites/peppy-sprite-186812/deploys/66e0c197e192d700088fa818 |
Attention: Patch coverage is 53.12500%
with 30 lines
in your changes missing coverage. Please review.
Project coverage is 83.00%. Comparing base (
915aff3
) to head (bc6d5f5
). Report is 5 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
What is represented by this plot on the image? What do these colors mean, why there are 3 on them? What are x and y axis are showing?
Hey, this isn't quite available in our interfaces yet, but we're working on the totality of the page. It's designed to keep track of the types of lineage events coming into the system... There are various tooltips built into the UI to describe what is going on as well as button hovers.
https://github.com/user-attachments/assets/0061ae05-e621-4412-8f43-ca5a9629e9b3
Problem
We wish to enable counts for lineage events via a new graph on our main application page!
Solution
Creates two materialized views that get updated via Crons managed through Dropwizard at respective intervals.
We are supporting
daily
andhourly
rollups for now.Checklist
CHANGELOG.md
(Depending on the change, this may not be necessary)..sql
database schema migration according to Flyway's naming convention (if relevant)