Local

Description

  • Offline Store: Uses the File offline store by default. Also supports BigQuery as the offline store.

  • Online Store: Uses the Sqlite online store by default. Also supports Datastore as an online store.

Example

feature_store.yaml
project: my_feature_repo
registry: data/registry.db
provider: local

Last updated