Skip to content

Commit

Permalink
alias stg_metering_history
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestoongaro authored Nov 30, 2023
1 parent 02b5d48 commit a9cc3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/hourly_spend.sql
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ _cloud_services_usage_hourly as (
sum(stg_metering_history.credits_used_cloud_services), 0
) as credits_used_cloud_services
from hours
left join {{ ref('stg_metering_history') }} on
left join {{ ref('stg_metering_history') }} as stg_metering_history on
hours.hour = convert_timezone(
'UTC', stg_metering_history.start_time
)
Expand Down

0 comments on commit a9cc3bc

Please sign in to comment.