Skip to main content
Version: 0.9

MaterializationJobData

Summary​

Data representation of the materialization job

Methods​

NameDescription
__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 of MaterializationAttemptData

  • next_attempt_at (Optional[datetime]) – If job needs another attempt, Start timestamp the next materialization attempt.

  • job_type (str) – Type of materialization. One of BATCH or STREAM.

@classmethod from_proto(...)​

Parameters​

  • proto

Was this page helpful?

🧠 Hi! Ask me anything about Tecton!

Floating button icon