Ignore blank fields in analytics view, more comments, and widget edit#1221
Merged
Merged
Conversation
jkru3
marked this pull request as ready for review
March 4, 2026 03:39
pintofloyed
reviewed
Apr 13, 2026
pintofloyed
reviewed
Apr 13, 2026
pintofloyed
requested changes
Apr 13, 2026
jkru3
commented
Apr 13, 2026
jkru3
left a comment
Contributor
Author
There was a problem hiding this comment.
Great catches Floyed, Thank you :)
pintofloyed
approved these changes
Apr 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update analytics view SQL and dashboard widgets
Description:
This CL updates the SQL logic for the GKE Maintenance Analytics view and makes improvements to the GKE Maintenance Dashboard widgets.
Analytics View SQL (README.md) Updates:
NULLIF(..., '')across JSON payload extractions to safely handle empty annotation strings and catch Go's zero-time formatting ('0001-01-01T00:00:00Z').status_rankcolumn and refinedCASEstatements to precisely determine the cycle's final aggregated state (e.g. prioritizingCOMPLETE,DELETED,ONGOING,PENDING, and ignoringUNKNOWNcases).Dashboard Widgets & Layout (gke-maintenance-dashboard.json) Updates:
3600).