You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the process_files function we should be able to add multiple instruments data in a single data catalog
Actual Behavior
I am facing issues in adding multiple instruments to data catalog.
I am seeing the behavior when ever I add 2 instruments to the catalog. If POLYUSDT is added after YFIUSDT then the instrument id of YFIUSDT becomes NA in catalog.trade_ticks(). if YFIUSDT is added after POLYUSDT then instrument id of POLYUSDT is shown as NA
Somehow the partition_mapping.json file was having only one instrument which was causing an issue in pandas column
$ cat catalog/data/trade_tick.parquet/_partition_mappings.json
{"instrument_id":{"POLY/USDT.BINANCE":"POLY-USDT.BINANCE"}}
The issue does not arise if we pass as_nautilus=True to catalog.trade_ticks()
Expected Behavior
Using the
process_files
function we should be able to add multiple instruments data in a single data catalogActual Behavior
I am facing issues in adding multiple instruments to data catalog.
I am seeing the behavior when ever I add 2 instruments to the catalog. If POLYUSDT is added after YFIUSDT then the instrument id of YFIUSDT becomes NA in
catalog.trade_ticks().
if YFIUSDT is added after POLYUSDT then instrument id of POLYUSDT is shown as NASteps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: