Skip to content

Commit

Permalink
feat: πŸ†• add jq query support for data filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Dec 22, 2024
1 parent efa1e47 commit f97cd3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/content/docs/reference/scripts/context.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ The `defData` function also supports functions to slice the input rows and colum
- `sliceTail`, number of rows to include from the end
- `sliceSample`, number of rows to pick at random
- `distinct`, list of column names to deduplicate the data based on
- `query`, a [jq](https://jqlang.github.io/jq/) query to filter the data

Check warning on line 260 in docs/src/content/docs/reference/scripts/context.md

View workflow job for this annotation

GitHub Actions / build

The link to the jq documentation is missing a closing parenthesis. It should be `https://jqlang.github.io/jq/`.
```js
defData("DATA", data, {
Expand Down

0 comments on commit f97cd3f

Please sign in to comment.