Summary​
Data representation of the materialization job attempt.
Â
Materialization job may have multiple attempts to materialize features.
Attributes​
The attributes are the same as the __init__
method parameters. See below.
__init__(...)​
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.