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 45ac152 commit 975ba93
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 @@ -89,7 +89,7 @@ previous 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 975ba93

Please sign in to comment.