-
Notifications
You must be signed in to change notification settings - Fork 328
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
Current Lineage Metrics #2900
Current Lineage Metrics #2900
Conversation
✅ Deploy Preview for peppy-sprite-186812 canceled.
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2900 +/- ##
============================================
- Coverage 82.97% 82.92% -0.05%
Complexity 1485 1485
============================================
Files 264 264
Lines 6849 6853 +4
Branches 315 316 +1
============================================
Hits 5683 5683
- Misses 1011 1015 +4
Partials 155 155 ☔ View full report in Codecov by Sentry. |
Signed-off-by: phixMe <peter.hicks@pdtechsolutions.com>
api/src/main/resources/marquez/db/migration/V72__add_current_lineage_metrics.sql
Outdated
Show resolved
Hide resolved
Signed-off-by: phixMe <peter.hicks@pdtechsolutions.com>
Signed-off-by: phixMe <peter.hicks@pdtechsolutions.com>
Signed-off-by: phixMe <peter.hicks@pdtechsolutions.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯 💯 🥇
* Current day and hour lineage metrics + cleanup. * Fixing db write field names. * Newline * Adding timezone. Signed-off-by: phixMe <peter.hicks@pdtechsolutions.com> * Updating for code review comments. Signed-off-by: phixMe <peter.hicks@pdtechsolutions.com> * Independent table to lineage events table. Signed-off-by: phixMe <peter.hicks@pdtechsolutions.com> * Fixing removed refs. Signed-off-by: phixMe <peter.hicks@pdtechsolutions.com> --------- Signed-off-by: phixMe <peter.hicks@pdtechsolutions.com>
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)