feat(pre-aggregates): label required-filter misses - #27068
Draft
IrakliJani wants to merge 1 commit into
Draft
Conversation
🧪 Test Selection✅ Tests that will run
⏭️ Tests skipped (no relevant file changes detected)
|
🛡️ Upgrade safety for self-hosted customers
What we looked at
Technical details (raw JSON){
"schemaVersion": "1",
"version": "pr-27068",
"previousVersion": "65392c1ac8",
"releaseDate": "2026-08-09T20:51:40.962Z",
"capabilities": [
"migrations",
"rest",
"mcp",
"upgrade"
],
"migrations": {
"present": false,
"count": 0,
"files": [],
"ee": false
},
"compatibility": {
"rollingUpdateSafe": true,
"recommendedStrategy": "RollingUpdate",
"notes": "No database migrations detected in this release. This marker only reflects the checks listed in `capabilities`. It does NOT detect code-only or config-only breaking changes (env defaults, removed Helm values, serialization/protocol changes), which can also break old pods during a rolling update."
},
"api": {
"rest": {
"checked": true,
"breaking": false,
"changes": []
},
"mcp": {
"checked": true,
"breaking": false,
"changes": []
}
},
"upgrade": {
"minPreviousVersion": null,
"requiredStop": false,
"note": null,
"sourceVersion": null,
"kind": null,
"requiredStops": []
}
}Automated upgrade-safety check. Once merged, it ships a small |
This was referenced Aug 9, 2026
|
Your preview environment pr-27068 has been deployed. Preview environment endpoints are available at: |
Preview Environment🌐 URL: https://lightdash-preview-pr-27068.lightdash.okteto.dev 📋 Logs: View in GCP Console 🔧 SSH: |
IrakliJani
force-pushed
the
feat(pre-aggregates)/identify-required-filter-misses
branch
from
August 9, 2026 17:42
ebf4dbf to
2945a29
Compare
IrakliJani
force-pushed
the
feat(pre-aggregates)/identify-required-filter-misses
branch
from
August 9, 2026 20:47
2945a29 to
12e5d50
Compare
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.
Related: ZAP-769
Adds a dedicated miss reason for required-filter dimensions that are unavailable in a pre-aggregate. Keeps ordinary query-filter misses distinct and preserves the missing field ID for audit surfaces.