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']) - Default:DeltaConfigtime_partition_size(Optional[datetime.timedelta]) - The size of a time partition in the DeltaLake table, specified as a datetime.timedelta. Default:24 hourssubdirectory_override(Optional[str]) - 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. Default:None