Skip to content

Commit

Permalink
#855 fluff
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielwol committed Sep 3, 2024
1 parent 8d2355a commit af8c29d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ WITH ongoing_outages AS (
i.intersection_name
HAVING
MAX(v.dt)
< '{{ macros.ds_add(ds, 6) }}'::date - interval '{{ params.min_duration }}' --noqa: TMP
< '{{ macros.ds_add(ds, 6) }}'::date --noqa: TMP
- interval '{{ params.min_duration }}' --noqa: TMP
)

SELECT
Expand Down

0 comments on commit af8c29d

Please sign in to comment.