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

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

Merged

Commits on Dec 17, 2021

  1. feat: add create method in Featurestore, EntityType, Feature classes;…

    … 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
    morgandu committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    95f7584 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b494c7 View commit details
    Browse the repository at this point in the history
  3. fix: change gcs to str and list[str]; batch_create_request error by c…

    …hanging feature_config.request_dict to get_create_feature_request() with parent option
    morgandu committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    f4c5df8 View commit details
    Browse the repository at this point in the history
  4. fix: change request dict to request proto, or pass in (with parent) d…

    …irectly to api method; update docstring for feature_source_fields and node_count
    morgandu committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    06fb2e1 View commit details
    Browse the repository at this point in the history
  5. fix: updated location in create methods, changed args to data_source …

    …and feature_time for oneof, changed method validate_id to _is_resource_id, changed method validate_value_type to return None
    morgandu committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    9198446 View commit details
    Browse the repository at this point in the history
  6. update: integration tests

    morgandu committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    5f8492f View commit details
    Browse the repository at this point in the history
  7. update docstring for requiring existing parent resources; update prot…

    …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;
    morgandu committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    f2a0956 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f24bdbd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e6b34c2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e26a1cb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1e1c2fb View commit details
    Browse the repository at this point in the history