- Notifications
You must be signed in to change notification settings - Fork 416
feat: add create in Featurestore, EntityType, Feature; add create_entity_type in Featurestore; add create_feature, batch_create_features in EntityType; add ingest_from_* for bq and gcs in EntityType; add and update delete with force delete nested resources #872
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
feat: add create in Featurestore, EntityType, Feature; add create_entity_type in Featurestore; add create_feature, batch_create_features in EntityType; add ingest_from_* for bq and gcs in EntityType; add and update delete with force delete nested resources #872
Conversation
b9d6932 to 8af8486 Compare f38cd2d to 56d0db5 Compare 56d0db5 to 9b1b72a Compare 9b1b72a to 75ac97e Compare 41580d9 to 03aa950 Compare
sasha-gitg left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One high level comment: if possible, please avoid force updating the commit history as some of the previous commits are no longer accessible and it becomes difficult to follow previous comments. It also seems to break "Show changes since last review" view. Thanks!
sasha-gitg left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks!
… add create_entity_type in Featurestore; add create_feature, batch_create_features in EntityType; add ingest_from_bq and ingest_from_gcs methods in EntityType class
…hanging feature_config.request_dict to get_create_feature_request() with parent option
…irectly to api method; update docstring for feature_source_fields and node_count
…and feature_time for oneof, changed method validate_id to _is_resource_id, changed method validate_value_type to return None
…o setting for values if None; fix potential delete breaking change; change request_metadata to None and tests; update unit test for get_timestamp_proto; refactor feature_source_fields; remove optional batch_create from ingest and tests;
a5ab277 to 1e1c2fb Compare
Uh oh!
There was an error while loading. Please reload this page.