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 support for third party providers #1501

Merged
merged 2 commits into from Apr 24, 2021

Conversation

tsotnet
Copy link
Collaborator

@tsotnet tsotnet commented Apr 23, 2021

What this PR does / why we need it: Currently there's no way to plug in custom providers in Feast CLI. With this PR, you can modify provider field in the feature_store.yaml to a Python class path. For example, if you define your provider MyCustomProvider under my_package.providers, you can specify provider: my_package.providers.MyCustomProvider and then normally run feast apply or any other CLI command.

Which issue(s) this PR fixes:

Fixes #

Does this PR introduce a user-facing change?:

Add support for third party providers

Signed-off-by: Tsotne Tabidze <tsotne@tecton.ai>
…tin providers

Signed-off-by: Tsotne Tabidze <tsotne@tecton.ai>
@tsotnet tsotnet added the kind/feature New feature or request label Apr 24, 2021
@feast-ci-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: tsotnet, 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

@woop
Copy link
Member

woop commented Apr 24, 2021

/lgtm

@feast-ci-bot feast-ci-bot merged commit 762aeb0 into feast-dev:master Apr 24, 2021
woop pushed a commit that referenced this pull request Apr 27, 2021
* Add support for third party providers

Signed-off-by: Tsotne Tabidze <tsotne@tecton.ai>

* Add unit tests & assume providers without dots in name refers to builtin providers

Signed-off-by: Tsotne Tabidze <tsotne@tecton.ai>
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.

None yet

3 participants