@@ -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