File

Description

The file offline store provides support for reading FileSources. It uses Dask as the compute engine.

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

Example

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

The full set of configuration options is available in FileOfflineStoreConfig.

Functionality Matrix

The set of functionality supported by offline stores is described in detail here. Below is a matrix indicating which functionality is supported by the file offline store.

Below is a matrix indicating which functionality is supported by FileRetrievalJob.

To compare this set of functionality against other offline stores, please see the full functionality matrix.

Last updated