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

[HOPSWORKS-2009] Append Features to Feature Group schema #115

Merged
merged 11 commits into from
Oct 15, 2020

Conversation

moritzmeister
Copy link
Contributor

I am not 100% in favour of adding a new method for every meta data update, however, as long as users can't update much, this should be ok.

Example usage:

houses_sold = fs.get_feature_group("houses_sold")
houses_sold.append_features(Feature("new2", type="abc", default_value="10.0"))
houses_sold.update_description("abc new")

@moritzmeister moritzmeister added enhancement New feature or request python labels Oct 13, 2020
@SirOibaf SirOibaf merged commit 38d9291 into logicalclocks:master Oct 15, 2020
@moritzmeister moritzmeister deleted the HOPSWORKS-2009 branch November 5, 2020 09:57
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