Skip to content

Commit

Permalink
remove incremental upper bound
Browse files Browse the repository at this point in the history
  • Loading branch information
desmond-hui committed Jun 21, 2024
1 parent e6eb2e2 commit 32d0734
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,6 @@
FROM
{{ this }}
)
/* TODO: Remove after backfill */
AND _inserted_timestamp < (
SELECT
MAX(_inserted_timestamp) + INTERVAL '1 day'
FROM
{{ this }}
)
{% else %}
AND _inserted_timestamp::date >= '2024-06-12'
AND _inserted_timestamp::date < '2024-06-14'
Expand Down

0 comments on commit 32d0734

Please sign in to comment.