From 7fd5b7466651f9d5d33086e8c51eee3b7ff972c2 Mon Sep 17 00:00:00 2001 From: Thomas Mendelin <36770664+thomend@users.noreply.github.com> Date: Wed, 2 Oct 2024 06:06:46 +0000 Subject: [PATCH] changed doc example to showcase new default behavior --- docs/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 0793a49..b6318dd 100644 --- a/docs/index.md +++ b/docs/index.md @@ -11,7 +11,7 @@ encourage) good practices. ## Example ``` -> dbt-score lint +> dbt-score lint --show_all 🥇 customers (score: 10.0) OK dbt_score.rules.generic.has_description OK dbt_score.rules.generic.has_owner: Model lacks an owner. @@ -21,7 +21,8 @@ Score: 10.0 🥇 In this example, the model `customers` scores the maximum value of `10.0` as it passes all the rules. It also is awarded a golden medal because of the perfect -score. +score. By default a passing model without rule violations will only be shown if +we pass the `---show_all` flag. ## Philosophy