Skip to content

Commit

Permalink
Update warehouse/metrics_mesh/oso_metrics/lifecycle.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenac95 authored Dec 2, 2024
1 parent 975ba93 commit 9ba56f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion warehouse/metrics_mesh/oso_metrics/lifecycle.sql
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ with latest as (
COALESCE(
MAX(
CASE
WHEN classification.metric LIKE 'full_%' THEN amount
WHEN classification.metric LIKE 'part_%' THEN amount
END
),
0
Expand Down

0 comments on commit 9ba56f7

Please sign in to comment.