mirror of
https://github.com/dbt-labs/dbt-project-evaluator.git
synced 2025-12-18 02:11:27 +00:00
Fix dbt_metrics
This commit is contained in:
@@ -4,11 +4,6 @@ metrics:
|
||||
- name: new_customers
|
||||
label: New Customers marked 'paying'
|
||||
model: ref('dim_model_7')
|
||||
type: simple
|
||||
type_params:
|
||||
measure:
|
||||
name: "new_with_metricflow"
|
||||
filter: "loves_dbt is true"
|
||||
description: "The number of paid customers using the product"
|
||||
|
||||
calculation_method: count
|
||||
|
||||
Reference in New Issue
Block a user