Lean
Lean copied to clipboard
Make DownloaderDataProvider take an array
Expected Behavior
Actual Behavior
- Currently DownloaderDataProvider can take a single downloader instance. This class is used by the lean cli when passing data providers to use
Potential Solution
- Ideally DownloaderDataProvider can take an array of downloader instances to use, like we do with IDQH and history providers, so that we can merge multiple different data provider sources. Once implemented in lean, lean cli needs to be updated to provide them
Reproducing the Problem
N/A
System Information
N/A
Checklist
- [x] I have completely filled out this template
- [x] I have confirmed that this issue exists on the current
masterbranch - [x] I have confirmed that this is not a duplicate issue by searching issues
- [x] I have provided detailed steps to reproduce the issue