diff --git a/tests/latest/valid/dbt_yml_files.yml b/tests/latest/valid/dbt_yml_files.yml index 1b07fe1..4072930 100644 --- a/tests/latest/valid/dbt_yml_files.yml +++ b/tests/latest/valid/dbt_yml_files.yml @@ -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