fix for stats perf
Some checks failed
docs_update / run_dbt_jobs (push) Has been cancelled
dbt_run_scheduled_abis / run_dbt_jobs (push) Has been cancelled

This commit is contained in:
Eric Laurello 2025-08-05 14:55:11 -04:00
parent e0111ffbe8
commit 04926fc275

View File

@ -75,6 +75,7 @@ WHERE
block_timestamp_hour < DATE_TRUNC('hour', systimestamp())
{% if is_incremental() %}
and block_timestamp::Date > current_date -7
AND DATE_TRUNC(
'hour',
block_timestamp