Skip to content

Commit

Permalink
remove trailing comma
Browse files Browse the repository at this point in the history
fix for redshift use
  • Loading branch information
bcodell authored Jan 27, 2025
1 parent 9fe510e commit e491c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/activity_schema/dataset/_build_dataset.sql
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ joined_time_spine as (
{% endif %}
{{columns.ts}} as {{req}}{{columns.ts}},
n+1 as {{req}}{{columns.activity_occurrence}},
{{ dbt_activity_schema.dateadd(primary_activity.interval, 1, columns.ts) }} as {{req}}{{columns.activity_repeated_at}},
{{ dbt_activity_schema.dateadd(primary_activity.interval, 1, columns.ts) }} as {{req}}{{columns.activity_repeated_at}}
from joined_time_spine
)
{% else %}
Expand Down

0 comments on commit e491c82

Please sign in to comment.