Skip to content

Commit

Permalink
Fix saved_queries and group_by keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
antoineroncoroni-electra committed Nov 15, 2023
1 parent a744c0b commit 993a239
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 993a239

Please sign in to comment.