You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
When doing the initial port of all of the drivers, most of the drivers support a single entrypoint (
fetch
orrefresh
) which was rolled into theprovider.Provider
base class asupdate()
.It would be more ideal to be able to split the operations of the provider into
download()
andprocess()
to enable better local development and assurance that processing results will not incur network calls.The text was updated successfully, but these errors were encountered: