source_dict in data_blob.py #785
ChrisAllisonMalta
started this conversation in
General
Replies: 1 comment
-
Might be worth documenting here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For a couple of reasons I've been writing an implementation of the data storage in SQL. I'm not sure if this is worth just a comment in the code or maybe its better in the documentation or even this note is ok?
What I discovered was that you need to have your data prefix ("sql") in the source_dict object on line 348 of the data_blob.py file otherwise the sim data won't now how to resolve
db_futures_adjusted_prices_data
intosqlFuturesAdjustedPricesData
.Seems obvious having written it but it stumped me for a while and hopefully helps someone in the future.
Beta Was this translation helpful? Give feedback.
All reactions