arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

File

hashtag
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.

hashtag
Example

Configuration options are available .

feature_store.yaml
project: my_feature_repo
registry: data/registry.db
provider: local
offline_store:
  type: file
herearrow-up-right