Skip to content

Commit

Permalink
Remove dangling dbt-utils reference (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
clausherther committed Oct 15, 2022
1 parent 3759b63 commit 2ea7479
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ with metric_values as (
with grouped_metric_values as (

select
{{ dbt_utils.date_trunc(period, date_column_name) }} as metric_period,
{{ date_trunc(period, date_column_name) }} as metric_period,
{{ group_by | join(",") ~ "," if group_by }}
sum({{ column_name }}) as agg_metric_value
from
Expand Down

0 comments on commit 2ea7479

Please sign in to comment.