Skip to content

Commit 2eb27cd

Browse files
authored
Merge pull request #67 from DataRecce/feature/drc-2680-fix-preset-checks-view-mode-typo-docs
fix: Fix the view mode option to match code base
2 parents 3592b71 + 98233b8 commit 2eb27cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/8-technical-concepts/configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ checks:
4444
| `select` | The node selection syntax to select. See [more](https://docs.getdbt.com/reference/node-selection/syntax) | `string` | |
4545
| `exclude` | the node selection syntax to exclude. See [more](https://docs.getdbt.com/reference/node-selection/syntax) | `string` | |
4646
| `packages` | The package filter | `string[]` | |
47-
| `view_mode` | The quick filter to select changed model and 1st degree of upstream. | `all`, `changed_model` | |
47+
| `view_mode` | The quick filter to select changed model and 1st degree of upstream. | `all`, `changed_models` | |
4848

4949
**Notes**
5050

@@ -81,7 +81,7 @@ checks:
8181
| `select` | The node selection syntax to select. See [more](https://docs.getdbt.com/reference/node-selection/syntax) | `string` | |
8282
| `exclude` | the node selection syntax to exclude. See [more](https://docs.getdbt.com/reference/node-selection/syntax) | `string` | |
8383
| `packages` | The package filter | `string[]` | |
84-
| `view_mode` | The quick filter to select changed model and 1st degree of upstream. | `all`, `changed_model` | |
84+
| `view_mode` | The quick filter to select changed model and 1st degree of upstream. | `all`, `changed_models` | |
8585

8686
**Notes**
8787

@@ -116,7 +116,7 @@ checks:
116116
| `select` | The node selection syntax to select. See [more](https://docs.getdbt.com/reference/node-selection/syntax) | `string` | |
117117
| `exclude` | the node selection syntax to exclude. See [more](https://docs.getdbt.com/reference/node-selection/syntax) | `string` | |
118118
| `packages` | The package filter | `string[]` | |
119-
| `view_mode` | The quick filter to select changed model and 1st degree of upstream. | `all`, `changed_model` | |
119+
| `view_mode` | The quick filter to select changed model and 1st degree of upstream. | `all`, `changed_models` | |
120120

121121
**Examples**
122122

0 commit comments

Comments
 (0)