QuantConnect / Documentation

QuantConnect Wiki Style Documentation Behind QuantConnect
https://www.quantconnect.com/docs/v2/
Apache License 2.0
171 stars 135 forks source link

Example Object Store keys don't always include project Id #1466

Open DerekMelchin opened 1 year ago

DerekMelchin commented 1 year ago

Expected Behavior

All Object Store key examples include the Project Id in the OS path

Actual Behavior

Some examples that use the Object Store don't include the Project Id in the OS path. For example, this one just uses a "model" key. If a member already has a "model" key in their Object Store and then tries to run this example, it won't work.

Checklist