-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Python SDK #47
Python SDK #47
Conversation
I like the API. Seems like a great start and we can iterate. One small thing, I think Datastore should be call FeatureStore, but I'm happy if we refactor that in a new issue. /lgtm |
Good idea for later versions - we'd have to propagate that name change throughout the system haha. @woop please review quickstart - I'm still not sure about the dataset since it doesn't showcase our support for real time features, if you can think of a better one I'm open |
Calling it FeatureStore might be confusing because we are calling the complete system a "Feature Store". |
@woop changes made as requested. Could you review again? |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tims 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 |
KE-805: Add feature validation logic for ingestion with spark.
…ermission-cli Add missing dependecy permission cli
Implementation of the python sdk as outlined in the RFC here: https://github.com/gojek/feast/blob/master/rfcs/0000-python-sdk.md