Skip to main content
Version: Beta 🚧

DeltaConfig

Summary​

(Config Class) DeltaConfig Class.
 
This class describes the attributes of DeltaLake-based offline feature store storage for the feature definition.

Attributes​

The attributes are the same as the __init__ method parameters. See below.

Methods​

__init__(...)​

Parameters

  • kind: Literal['DeltaConfig'] = DeltaConfig
  • time_partition_size: Optional[datetime.timedelta] = 24 hours The size of a time partition in the DeltaLake table, specified as a datetime.timedelta.
  • subdirectory_override: Optional[str] = None This is for the location of the feature data in the offline store. By default, all feature views will be under the subdirectory <workspace_name> if this param is not specified.

Was this page helpful?