b4e99744d8c3e6efff9c5bac09a03031258aa53e
- Add `columns` parameter to `get_ohlc_async` and pass through to Iceberg queries - Replace hardcoded Binance field extraction with declarative `EXCHANGE_OHLCV_EXTENSIONS` config - Add `applyScale` helper for field-specific transformations (ms_to_ns, price, size, int) - Support `complementOf` spec for derived fields (e.g., sell_vol from total - buy_vol) - Apply extensions dynamically in `convertToOHLC` and gap-filling logic - Remove redundant column filtering in DataAPI (now handled upstream)
Description
No description provided
Languages
JavaScript
62.8%
TypeScript
15.8%
Python
11.5%
Java
4.9%
Vue
2.2%
Other
2.7%