#750 [BUGFIX] Health metrics endpoint broken with NULL tenant
Description
EditFix: 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 AllLoading audit history...