modify >= to > rm dupes

This commit is contained in:
stanz 2026-01-06 15:17:38 +07:00
parent 1a163ea3bf
commit 07df520223

View File

@ -37,7 +37,7 @@ recent_balances AS (
FROM
{{ ref('silver__balances') }}
WHERE
block_date >= '{{ snapshot_date }}'::DATE
block_date > '{{ snapshot_date }}'::DATE
),
combined_balances AS (