Skip to content

Commit 58ec3fa

Browse files
authored
docs: Fix the use of "includes: *" in views
1 parent 311dae0 commit 58ec3fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/Schema/Reference/view.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ For the root cube of the view, just put the cube name as in the example above fo
226226

227227
The other required parameter inside the `cubes` block is `includes`. You can simply list measures, dimensions, or segments you'd like to include.
228228
In case you need to rename some of them, you can provide `name` and `alias` parameters.
229-
Alternatively, you can use the `excludes` parameter in conjunction with the includes all definition `includes: *`.
229+
Alternatively, you can use the `excludes` parameter in conjunction with the includes all definition `includes: "*"`.
230230

231231
Optionally, if you'd like to prefix exposed measures, dimensions, or segments with the cube name, you can use the `prefix: true` parameter.
232232
It will prefix them with the cube name, e.g. `users_city`. You can use the `alias` parameter to rename the cube for the prefixing purpose.

0 commit comments

Comments
 (0)