Skip to content

Commit

Permalink
docs cleanup to not reference deprecated value_string
Browse files Browse the repository at this point in the history
  • Loading branch information
brookesargent committed Dec 13, 2023
1 parent 58f54fc commit 1e23b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data-sources/query_specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Each query configuration may have zero or more `filter` blocks, which each accep

-> **NOTE** The type of the filter value should match with the type of the column. To determine the type of a column visit the dataset settings page, all the columns and their type are listed under _Schema_. This provider will not be able to detect invalid combinations.

-> **NOTE** Filter op `in` and `not-in` expect an array of strings as value. Use the `value_string` attribute and pass the values in single string separated by `,` without additional spaces (similar to the query builder in the UI). For example: the list `foo`, `bar` becomes `foo,bar`.
-> **NOTE** Filter op `in` and `not-in` expect an array of strings as value. Use the `value` attribute and pass the values in single string separated by `,` without additional spaces (similar to the query builder in the UI). For example: the list `foo`, `bar` becomes `foo,bar`.

Each query configuration may have zero or more `order` blocks, which each accept the following arguments. An order term can refer to a `calculation` or a column set in `breakdowns`. When referring to a `calculation`, `op` and `column` must be the same as the calculation.

Expand Down

0 comments on commit 1e23b3f

Please sign in to comment.