2 days on gaps
Some checks failed
docs_update / run_dbt_jobs (push) Has been cancelled
dbt_test_weekly / run_dbt_jobs (push) Has been cancelled
dbt_test_monthly / run_dbt_jobs (push) Has been cancelled
dbt_run_observability_full / run_dbt_jobs (push) Has been cancelled

This commit is contained in:
Eric Laurello 2025-10-14 16:27:53 -04:00
parent 27596d3796
commit 96e235632b

View File

@ -20,7 +20,7 @@
FROM FROM
{{ table }} {{ table }}
WHERE WHERE
block_timestamp::date <= current_date - 1 block_timestamp::date <= current_date - 2
) )
SELECT SELECT
{{ partition_sql + "," if partition_sql }} {{ partition_sql + "," if partition_sql }}