fix: clickhouse push format

master
Avraham Sakal 4 months ago
parent c5a768c72e
commit 624c897efe

@ -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);
} }

Loading…
Cancel
Save