tecton.MaterializationJobData
Summaryโ
Data representation of the materialization job
Methodsโ
| Name | Description |
|---|---|
__init__(...) | Initialize self. |
from_proto(...) |
__init__(...)โ
Initialize self.
Parametersโ
-
id(str) โ ID string of the materialization job. -
workspace(str) โ Name of the project workspace. -
feature_view(str) โ Name of the Feature View. -
state(str) โ State of the materialization job. -
online(bool) โ Whether the job materializes features to the online store. -
offline(bool) โ Whether the job materializes features to the offline store. -
start_time(Optional[datetime]) โ Start timestamp of the batch materialization window. -
end_time(Optional[datetime]) โ End timestamp of the batch materialization window. -
created_at(datetime) โ Job creation timestamp. -
updated_at(datetime) โ Job update timestamp. -
attempts(List[MaterializationAttemptData]) โ Materialization attempts. List ofMaterializationAttemptData -
next_attempt_at(Optional[datetime]) โ If job needs another attempt, Start timestamp the next materialization attempt. -
job_type(str) โ Type of materialization. One ofBATCHorSTREAM.
@classmethod from_proto(...)โ
Parametersโ
proto