-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[WIP] FIX 19311: New DI Email Template Implementation #19436
base: main
Are you sure you want to change the base?
Conversation
Quality Gate passed for 'open-metadata-ingestion'Issues Measures |
// data for that previous Monday–Sunday window | ||
Map<String, Double> prevWeekDateWithCount = | ||
getDateMapWithCountFromChart("total_data_assets", previousWeekStart, previousWeekEnd, team); |
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.
Does it mean we always compare to the previous (vs last 7 days).
e.g.
I get an alert on Wednesday, then the comparison will happen between Last Week (Monday - Sunday) vs Current Week (Monday - Tuesday)?
Describe your changes:
Fixes #19311
I worked on ... because ...
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>