3 Commits

Author SHA1 Message Date
张宗平 ad2a8ef687 fix: address verify findings - add visualize subcommand, curl healthcheck, IoU in JSON, 50KB threshold 2026-06-11 18:31:14 +08:00
张宗平 031aa35604 fix(schema): escape TDengine 3.4 reserved words 'value'/'label' and use column alias for ANOMALY_WINDOW
- schema: rename label -> is_anomaly, escape `value` as backtick
- detection/forecast: wrap subquery with SELECT ts, `value` AS v
  so ANOMALY_WINDOW/FORECAST receive non-keyword column name
- resolves [0x2600] syntax error and unblocks E2E pipeline on community tsdb 3.4.1
2026-06-11 16:08:34 +08:00
张宗平 7d1c03b98d feat: add TDengine connector + schema modules with tests 2026-06-11 15:38:59 +08:00