Skip to content

Commit

Permalink
Added test
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamDee committed Sep 4, 2024
1 parent 9f92f5c commit 190685b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/latest/valid/dbt_yml_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,15 @@ metrics:
filter: |
{{ Dimension('customer__customer_type') }} = 'new'
- name: recurring_customer
description: Unique count of recurring customers.
label: Recurring Customers
type: simple
type_params:
measure: customers_with_orders
filter: |
{{ Dimension('customer__customer_type') }} = 'recurring'
- name: average_transaction_total_us
description: "The average total for each transaction in the US"
label: Transaction Total Average US
Expand Down

0 comments on commit 190685b

Please sign in to comment.