Skip to content

Commit

Permalink
Merge pull request #53 from dbt-labs/saved-query-updates
Browse files Browse the repository at this point in the history
Add object syntax to workaround bug
  • Loading branch information
rpourzand authored Jan 30, 2024
2 parents 9f9cb7d + b48f858 commit 1d57d9d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions models/marts/order_items.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ saved_queries:
- food_orders
- order_total
group_by:
- order_id
- customer__customer_name
- customer__customer_type
- customer__first_ordered_at
- Entity('order_id')
- TimeDimension('metric_time')
- Dimension('customer__customer_name')
- Dimension('customer__customer_type')
- TimeDimension('customer__first_ordered_at')

0 comments on commit 1d57d9d

Please sign in to comment.