tecton.DeltaConfig
Summary​
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​
-
time_partition_size
(Optional
[timedelta
]) – The size of a time partition in the DeltaLake table, specified as a datetime.timedelta. (Default:datetime.timedelta(days=1)
) -
subdirectory_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
)