Files
padelnomics/transform/sqlmesh_padelnomics/models/serving
Deeman 8e0dd6af63 fix(data): filter non-Latin city names + score range clamp (Phase F)
- stg_population_geonames: reject CJK/Cyrillic/Arabic city names via regex
  (fixes "Seelow" showing Japanese characters on map)
- dim_locations: filter empty location names after trim
- location_profiles: defensive LEAST/GREATEST clamp on both scores (0-100)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 12:23:50 +01:00
..

serving

Analytics-ready views consumed by the web app and programmatic SEO. Query these from analytics.py via DuckDB read-only connection.

Naming convention: serving.<purpose> (e.g. serving.location_profiles)