Skip to content

Commit

Permalink
fix azure file too
Browse files Browse the repository at this point in the history
  • Loading branch information
maskarb committed Jan 10, 2025
1 parent 6f50770 commit d8b5aa4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,8 @@ WITH cte_total_pv_capacity as (
OR
(lower(ocp.csi_volume_handle) = lower(azure.resource_id))
)
WHERE ocp.year = {{year}}
WHERE ocp.source = {{ocp_source_uuid}}
AND ocp.year = {{year}}
AND lpad(ocp.month, 2, '0') = {{month}}
AND ocp.usage_start >= {{start_date}}
AND ocp.usage_start < date_add('day', 1, {{end_date}})
Expand Down

0 comments on commit d8b5aa4

Please sign in to comment.