Skip to main content

Trust signals preview

Trust signal icons offer a quick, at-a-glance view of data health when browsing your resources in dbt Explorer. These icons keep you informed on the status of your resource's health using the indicators Healthy, Caution, Degraded, or Unknown.

  • Supported resources are models, sources, and exposures.
  • For accurate health data, ensure the resource is up-to-date and had a recent job run.
  • Each trust signal icon reflects key data health components, such as test success status, missing resource descriptions, missing tests, absence of builds in 30-day windows, and more
View trust signals for your models.View trust signals for your models.

Access trust signals

Access trust signal icons in the following places:

  • Search function or click on Models, Sources or Exposures under the Resource tab.
    • For sources, the trust signal also indicates the source freshness status.
  • View the icons under the Health column in each resource's details page. Hover over or click the trust signal to view detailed information.
  • Public models tables under the Health column.
  • DAG lineage graph
Access trust signal icons in multiple places in dbt Explorer.Access trust signal icons in multiple places in dbt Explorer.

Trust signal criteria

Each resource has a health state that is determined by specific set of criteria. Select the following tabs to view the criteria for that resource type.

The health state of a model is determined by the following criteria:

Health stateCriteria
Healthy- Built successfully in the last run AND
- Built in the last 30 days AND
- Model has tests configured AND
- All tests passed AND
- All upstream sources are fresh or freshness is not applicable (set to null) AND
- Has a description
🟡 Caution- Not built in the last 30 days OR
- Tests are not configured OR
- Tests return warnings OR
- One or more upstream sources are stale:
    - Has a freshness check configured
    - Freshness check ran in the past 30 days
    - Freshness check returned a warning
- Missing a description
🔴 Degraded- Model failed to build OR
- Model has failing tests OR
- One or more upstream sources are stale:
    - Freshness check hasn’t run in the past 30 days
    - Freshness check returned an error
Unknown- Unable to determine health of resource; ingestion hasn't run
0