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