All pages
Powered by GitBook
1 of 1

Loading...

File

Description

The File offline store provides support for reading FileSources.

  • Only Parquet files are currently supported.

  • All data is downloaded and joined using Python and may not scale to production workloads.

Example

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

Configuration options are available here.