Skip to content

Commit

Permalink
Fixed deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
DevonFulcher committed Oct 10, 2024
1 parent 9de089e commit 6e17ae2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions models/marts/customer360/orders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,11 @@ metrics:
type_params:
measure: order_count
- name: orders_fill_nulls_with_zero
description: Example metric colaescing null to zero.
description: Example metric colaescing null to zero.
label: Orders (Fill nulls with 0)
type: simple
type_params:
measure:
measure:
name: order_count
fill_nulls_with: 0
join_to_timespine: true
Expand All @@ -151,5 +151,6 @@ metrics:
type: cumulative
type_params:
measure: order_count
window: 7 days
cumulative_type_params:
window: 7 days
# // test

0 comments on commit 6e17ae2

Please sign in to comment.