tsp_gaps: fixes for fault-less OHLCV time-series loads #35
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "tsp_gaps"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Small patch set which avoids
NoData
caused crashes when a provider has an expected gap in historical data.“automatic” history gap/end signalling (via
NoData
) for backends which provide no default frame size hint (via yielded config) where now the backfiller instead guesses based on the first received.a tweak declaring perps as a no-
/src
-in-fqme-asset since we expect an fqme likebtc.usdtm.perp.binance
instead ofbtc/usd.usdtm.perp.binance
atm.ignore any non-
.parquet
extensioned files under the.config/piker/nativedb/
subdir to avoid a crash during indexing..adds a new (but unused)
detect_vlm_gaps()
helper.related to first bullet where we return early if backend does not define a
get_mkt_pairs()
mod ep.