Skip to content
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

Custom data provider #124

Merged

Conversation

darrylmelander
Copy link
Collaborator

Implements #123.

…rovider by setting the configuration's data_provider attribute to a module object or name. The module must have a get_data_provider(options) function thatreturns a DataProvider instance.
@darrylmelander darrylmelander marked this pull request as ready for review November 16, 2021 00:05
You can use either --data-path or --data-directory on the command line or in config files.
You must use data_path in code.
@darrylmelander darrylmelander merged commit ce1069a into grid-parity-exchange:main Nov 18, 2021
@darrylmelander darrylmelander deleted the custom-data-provider branch November 18, 2021 02:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants