Skip to main content

Implementation

An Azure Blob created for every feature. The data type is stored in an index, and the values stored in a keyspace based on their entity. Featureform’s scheduler aims to achieve consistency between Azure’s internal state with the user’s desired state as specified in the metadata service.

Configuration

First we have to add a declarative Azure Blob configuration in Python.
azure_blob_config.py
Once our config file is complete, we can apply it to our Featureform deployment
We can re-verify that the provider is created by checking the Providers tab of the Feature Registry.

Mutable Configuration Fields

  • description
  • account_secret

Kubernetes Offline Store

Kubernetes serves as a compute layer for generating training sets, SQL, and Dataframe transformations. To use Kubernetes, a storage layer to store the results of the computation needs to be specified.
azure_blob_config.py