From 624c897efee1050b9bac4d9f4c31a46c33cf00ee Mon Sep 17 00:00:00 2001 From: Avraham Sakal Date: Fri, 3 Jan 2025 13:52:44 -0500 Subject: [PATCH] fix: clickhouse push format --- ingest-option-quotes.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ingest-option-quotes.ts b/ingest-option-quotes.ts index a081527..1067e19 100644 --- a/ingest-option-quotes.ts +++ b/ingest-option-quotes.ts @@ -74,6 +74,7 @@ for (const date of dateRange("2024-05-02", "2024-05-03")) { ask: ask_price, }) ), + format: "JSONEachRow", }); console.log(date, contract.ticker, quotes.results?.length); }