fix: clickhouse push format

This commit is contained in:
Avraham Sakal
2025-01-03 13:52:44 -05:00
parent c5a768c72e
commit 624c897efe
+1
View File
@@ -74,6 +74,7 @@ for (const date of dateRange("2024-05-02", "2024-05-03")) {
ask: ask_price, ask: ask_price,
}) })
), ),
format: "JSONEachRow",
}); });
console.log(date, contract.ticker, quotes.results?.length); console.log(date, contract.ticker, quotes.results?.length);
} }