Skip to content

Commit

Permalink
Update managed_aws_openshift_daily.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
lcouzens authored Dec 12, 2024
1 parent 3eab407 commit 2cb7eb8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ cte_array_agg_volumes AS (
FROM hive.{{schema | sqlsafe}}.openshift_storage_usage_line_items_daily
WHERE source = {{ocp_source_uuid}}
AND persistentvolume != ''
AND csi_volume_handle != ''
AND year = {{year}}
AND month = {{month}}
AND interval_start >= {{start_date}}
Expand Down

0 comments on commit 2cb7eb8

Please sign in to comment.