MaterializationJob
Summary​
Representation of the materialization jobAttributes​
The attributes are the same as the __init__ method parameters. See below.
__init__(...)​
Parameters
id: strID string of the materialization job.workspace: strName of the project workspace.feature_view: Optional[str]Name of the Feature View (if job attached to a feature view).feature_service: Optional[str]Name of the Feature Service (if job attached to a feature service).state: strState of the materialization job.created_at: datetimeJob creation timestamp.updated_at: datetimeJob update timestamp.attempts: List[MaterializationAttempt]Materialization attempts. List ofMaterializationAttemptDatanext_attempt_at: Optional[datetime.datetime]If job needs another attempt, Start timestamp the next materialization attempt.job_type: strType of materialization. One of 'BATCH' or 'STREAM'.online: boolWhether the job materializes features to the online store.offline: boolWhether the job materializes features to the offline store.start_time: Optional[datetime.datetime]Start timestamp of the batch materialization window.end_time: Optional[datetime.datetime]End timestamp of the batch materialization window.