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'] = DeltaConfigtime_partition_size: Optional[datetime.timedelta] = 24 hoursThe size of a time partition in the DeltaLake table, specified as a datetime.timedelta.subdirectory_override: Optional[str] = NoneThis 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.