#750 [BUGFIX] Health metrics endpoint broken with NULL tenant

closed critical Created 2025-12-30 02:47 · Updated 2025-12-30 02:47

Description

Edit
Fix: PostgreSQL NULL type resolution fails when passing Python None for tenant_id. Error: function get_health_metrics(interval, unknown) does not exist. Solution: Use conditional query - when tenant_id is None, pass NULL::text explicitly in SQL string rather than via parameter binding. Fixed in api/blueprints/v1/health.py

Comments

Loading comments...

Context

Loading context...

Audit History

View All
Loading audit history...