fix: address verify findings - add visualize subcommand, curl healthcheck, IoU in JSON, 50KB threshold
This commit is contained in:
@@ -24,7 +24,7 @@ def create_supertable(conn, stable: str) -> None:
|
||||
"""
|
||||
sql = (
|
||||
f"CREATE STABLE IF NOT EXISTS ds_{stable} "
|
||||
f"(ts TIMESTAMP, `value` DOUBLE, is_anomaly INT) "
|
||||
f"(ts TIMESTAMP, `value` DOUBLE, `label` INT) "
|
||||
f"TAGS (series_id INT)"
|
||||
)
|
||||
conn.execute_no_result(sql)
|
||||
|
||||
Reference in New Issue
Block a user