Keep coverage materialization theme-specific
GeoIntel release gates / Compile, test, contracts and builds (push) Canceled after 0s
GeoIntel release gates / Python and npm vulnerability policy (push) Canceled after 0s
GeoIntel release gates / GIS image, SBOM and container scan (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-19 01:47:43 +02:00
parent 2be63b9152
commit 8085d106d4
4 changed files with 39 additions and 0 deletions
@@ -423,6 +423,8 @@ class CoverageRegistryService:
theme: str,
zone: str,
) -> list[Dataset]:
if definition.operational_themes and theme not in definition.operational_themes:
return []
matches: list[Dataset] = []
for dataset in datasets:
if dataset.status != "ready" or dataset.source_name not in definition.materialized_source_names: