Skip to content

Commit

Permalink
Update saved_queries and group_by (#4473)
Browse files Browse the repository at this point in the history
## What are you changing in this pull request and why?
Update the saved query spec to conform with the user input core expects.
  • Loading branch information
mirnawong1 authored Nov 15, 2023
2 parents 17161a0 + aa7ffb1 commit 52078fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/docs/build/saved-queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ To define a saved query, refer to the following specification:
The following is an example of a saved query:

```yaml
saved_query:
saved_queries:
name: p0_booking
description: Booking-related metrics that are of the highest priority.
query_params:
metrics:
- bookings
- instant_bookings
group_bys:
group_by:
- TimeDimension('metric_time', 'day')
- Dimension('listing__capacity_latest')
where:
Expand Down

0 comments on commit 52078fa

Please sign in to comment.