-
Notifications
You must be signed in to change notification settings - Fork 543
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support BinanceBar for Rust parquet #2081
Comments
data_cls
for Rust parquet, was BinanceBar
Thanks for the report. We don't currently have an Arrow schema for |
Ok. In that case, is there a different way to get backtesting to work with BinanceBar? In other words, is the DataFusion backend required for backtesting or is there a different backend or a non-rust workaround? |
You could add the data directly to a Or, I see we do actually define an Arrow schema on the Python side. So I think it's possible to access these from the catalog, but the catch is it may only be possible as a one-shot backtest (not streaming). |
Thanks! |
Bug Report
Expected Behavior
Expect
ParquetDataCatalog
to support theBinanceBar
data type.Actual Behavior
See issue title
Steps to Reproduce the Problem
BinanceBar
type inBacktestDataConfig
Specifications
nautilus_trader
version: 1.206.0The text was updated successfully, but these errors were encountered: