Skip to content

Commit

Permalink
Merge pull request #86 from dbt-labs/rpourzand-patch-8
Browse files Browse the repository at this point in the history
updating so saved queries work
  • Loading branch information
Jstein77 authored Nov 20, 2024
2 parents 9de089e + 2fa7dfb commit ba3347a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/marts/customer360/order_items.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ groups:
metrics:
# Simple metrics
- name: revenue
config:
group: finance
description: Sum of the product revenue for each order item. Excludes tax.
type: simple
label: Revenue
Expand Down Expand Up @@ -139,6 +137,7 @@ metrics:

saved_queries:
- name: order_metrics
label: order metrics
description: Relevant order metrics
query_params:
metrics:
Expand All @@ -160,6 +159,7 @@ saved_queries:
cache:
enabled: true
- name: weekly_revenue
label: weekly revenue
description: Weekly revenue
query_params:
metrics:
Expand Down

0 comments on commit ba3347a

Please sign in to comment.