tecton.interactive.MaterializationAttemptData

class tecton.interactive.MaterializationAttemptData(id, run_url, state, created_at, updated_at)

Data representation of the materialization job attempt.

Materialization job may have multiple attempts to materialize features.

Parameters
  • id (str) – ID string of the materialization attempt.

  • run_url (str) – URL to track materialization attempt.

  • state (str) – State of the materialization attempt.

  • created_at (datetime) – Materialization attempt creation timestamp.

  • updated_at (datetime) – Materialization attempt update timestamp.

Methods

from_proto

classmethod from_proto(proto)