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

Add multi-source support to local and GCP provider #1454

Merged
merged 2 commits into from
Apr 11, 2021

Conversation

woop
Copy link
Member

@woop woop commented Apr 11, 2021

Signed-off-by: Willem Pienaar git@willem.co

What this PR does / why we need it:

The Provider model delegates control over which sources/stores can be used to individual provider implementations. #1437 moved the store logic into each provider. This PR separates out the offline store (sources) into their own class, allowing providers to opt into specific storage implementations (FileSource, BigQuerySource), while still granting control to providers to choose which providers they allow/disallow. More tangibly, we now allow a LocalProvider to use a BigQueryOfflineStore. We also allow a BigQueryProvider to use a FileOfflineStore.

Does this PR introduce a user-facing change?:

Added support for providers to be able to opt into any sources (offline stores) 

Signed-off-by: Willem Pienaar <git@willem.co>
@feast-ci-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: woop

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Signed-off-by: Willem Pienaar <git@willem.co>
@woop woop merged commit 22bf06c into feast-dev:master Apr 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants