Asset health reporting
All assets now have a single health status, that combines the status of the most recent materialization, freshness, and asset checks. These statuses appear on the home page, throughout the asset catalog, and in the asset lineage view, and can be used to group and filter your assets.
Asset health statuses
The overall health status for an asset becomes the most elevated status from among each of the health components.
Icon | Health status | Latest materialization (unpartitioned) | Latest materialization (partitioned) | Freshness | Asset checks |
---|---|---|---|---|---|
Unknown | Never materialized | All partitions are missing | No freshness policy defined | No asset checks defined or executed | |
Healthy | Most recent materialization succeeded | One or more partitions have executed successfully, and none are failing | Freshness policy is passing | All asset checks that have executed are passing | |
Warning | Not applicable | Not applicable | Freshness policy is failing with a warning | Some asset checks are failing with a warning | |
Degraded | Most recent materialization failed | More than one partition is failing | Freshness policy is failing | Some asset checks are failing, or had an error on most recent execution |
Coming soon
- Health statuses will take asset observations into account (currently they only account for materializations).
- Alerts will be added for health status changes.