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

Change provider interface to separate "download" and "process" steps #14

Open
wagoodman opened this issue Dec 14, 2022 · 0 comments
Open
Labels
enhancement New feature or request refactor highlights the need for a refactor

Comments

@wagoodman
Copy link
Contributor

When doing the initial port of all of the drivers, most of the drivers support a single entrypoint (fetch or refresh) which was rolled into the provider.Provider base class as update().

It would be more ideal to be able to split the operations of the provider into download() and process() to enable better local development and assurance that processing results will not incur network calls.

@wagoodman wagoodman added enhancement New feature or request refactor highlights the need for a refactor labels Dec 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request refactor highlights the need for a refactor
Projects
None yet
Development

No branches or pull requests

1 participant