diff --git a/website/docs/docs/collaborate/explore-projects.md b/website/docs/docs/collaborate/explore-projects.md index 9ce6668282d..9e27c2afa47 100644 --- a/website/docs/docs/collaborate/explore-projects.md +++ b/website/docs/docs/collaborate/explore-projects.md @@ -96,7 +96,7 @@ To explore the lineage graphs of tests and macros, view [their resource details ### Example of full lineage graph -Example of exploring the `order_items` model in the project's lineage graph: +Example of exploring a model in the project's lineage graph: @@ -162,12 +162,64 @@ Under the the **Models** option, you can filter on model properties (access or m + + +Trust signal icons offer a quick, at-a-glance view of data health when browsing your models in dbt Explorer. These icons keep you informed on the status of your model's health using the indicators **Healthy**, **Caution**, **Degraded**, and **Unknown**. For accurate health data, ensure the resource is up-to-date and has had a recent job run. + +Each trust signal icon reflects key data health components, such as test success status, missing resource descriptions, absence of builds in 30-day windows, and more. + +To access trust signals: +- Use the search function or click on **Models** or **Sources** under the **Resource** tab. +- View the icons under the **Health** column. +- Hover over or click the trust signal to see detailed information. +- For sources, the trust signal also indicates the source freshness status. + + + + + + + ### Example of keyword search -Example of results from searching on the keyword `item` and applying the filters models, description, and code: +Example of results from searching on the keyword `customers` and applying the filters models, description, and code. Trust signals are visible to the right of the model name in the search results. - ## Browse with the sidebar From the sidebar, you can browse your project's resources, its file tree, and the database. @@ -201,6 +253,7 @@ In the upper right corner of the resource details page, you can: +- Trust signal icon — Icons offering a quick, at-a-glance view of data health. These icons indicate whether a model is Healthy, Caution, Degraded, or Unknown. Hover over an icon to view detailed information about the model's health. - **Status bar** (below the page title) — Information on the last time the model ran, whether the run was successful, how the data is materialized, number of rows, and the size of the model. - **General** tab includes: - **Lineage** graph — The model’s lineage graph that you can interact with. The graph includes one upstream node and one downstream node from the model. Click the Expand icon in the graph's upper right corner to view the model in full lineage graph mode. diff --git a/website/static/img/docs/collaborate/dbt-explorer/example-keyword-search.png b/website/static/img/docs/collaborate/dbt-explorer/example-keyword-search.png index 1e98008f46d..de32348b4b0 100644 Binary files a/website/static/img/docs/collaborate/dbt-explorer/example-keyword-search.png and b/website/static/img/docs/collaborate/dbt-explorer/example-keyword-search.png differ diff --git a/website/static/img/docs/collaborate/dbt-explorer/trust-signal-caution.png b/website/static/img/docs/collaborate/dbt-explorer/trust-signal-caution.png new file mode 100644 index 00000000000..0842bd25ae2 Binary files /dev/null and b/website/static/img/docs/collaborate/dbt-explorer/trust-signal-caution.png differ diff --git a/website/static/img/docs/collaborate/dbt-explorer/trust-signal-health.jpg b/website/static/img/docs/collaborate/dbt-explorer/trust-signal-health.jpg new file mode 100644 index 00000000000..3630a095245 Binary files /dev/null and b/website/static/img/docs/collaborate/dbt-explorer/trust-signal-health.jpg differ diff --git a/website/static/img/docs/collaborate/dbt-explorer/trust-signal-healthy.png b/website/static/img/docs/collaborate/dbt-explorer/trust-signal-healthy.png new file mode 100644 index 00000000000..2de1cf99cf2 Binary files /dev/null and b/website/static/img/docs/collaborate/dbt-explorer/trust-signal-healthy.png differ diff --git a/website/static/img/docs/collaborate/dbt-explorer/trust-signal-unknown.png b/website/static/img/docs/collaborate/dbt-explorer/trust-signal-unknown.png new file mode 100644 index 00000000000..9f2636e5087 Binary files /dev/null and b/website/static/img/docs/collaborate/dbt-explorer/trust-signal-unknown.png differ diff --git a/website/static/img/docs/collaborate/dbt-explorer/trust-signals-degraded.jpg b/website/static/img/docs/collaborate/dbt-explorer/trust-signals-degraded.jpg new file mode 100644 index 00000000000..30aa51d68ef Binary files /dev/null and b/website/static/img/docs/collaborate/dbt-explorer/trust-signals-degraded.jpg differ