tecton.MaterializationAttemptData
Summary​
Data representation of the materialization job attempt.
Materialization job may have multiple attempts to materialize features.
Methods​
| Name | Description |
|---|---|
__init__(...) | Initialize self. |
from_proto(...) |
__init__(...)​
Initialize self.
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.
@classmethod from_proto(...)​
Parameters​
proto