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

[Feature store] Feature set api fixes #549

Merged
merged 14 commits into from Nov 25, 2020

Conversation

theSaarco
Copy link
Member

Feature-set API fixes and changes (as requested by @yaronha ):

  • Added kind to the feature-set object (value has to be FeatureSet)
  • Added project to ObjectMetadata
  • Modified RunDBInterface to return dicts rather than schema objects, so that client code doesn't need to do double-conversion to dict and then to the client-side schema
  • RunDB store_feature_set API now has default value for object name, so it can be called with just a feature-set and project/name will be deduced from the object metadata
  • Fixed an issue with creating a feature-set without labels

mlrun/api/db/sqldb/db.py Show resolved Hide resolved
mlrun/api/schemas/feature_store.py Outdated Show resolved Hide resolved
mlrun/api/db/sqldb/db.py Outdated Show resolved Hide resolved
@Hedingber Hedingber changed the title Feature set api fixes [Feature store] Feature set api fixes Nov 24, 2020
- Rename RunDB's update_feature_set to patch_feature_set
- Changed FeatureSet kind schema field to an enum
@Hedingber Hedingber merged commit ada7a92 into mlrun:development Nov 25, 2020
@theSaarco theSaarco deleted the feature_set_api_fixes branch January 10, 2021 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants