Skip to content

Commit 2e3d395

Browse files
added total_order_count metrics for status
1 parent 1800778 commit 2e3d395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jaffle_shop/models/schema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ models:
7878
type: string
7979
metrics:
8080
total_order_count:
81-
type: count_distinct
81+
type: count
8282
- name: customer_id
8383
tests:
8484
- not_null

0 commit comments

Comments
 (0)