pushback-vertex (#85)

* push

* revert start
This commit is contained in:
Matt Romano 2024-11-21 09:30:29 -08:00 committed by GitHub
parent f31e81d51e
commit 2660aad913
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@ from invalid_product_ids
with recent_records as (
select distinct(product_id) from {{model}}
where block_timestamp >= SYSDATE() - INTERVAL '7 days'
where block_timestamp >= SYSDATE() - INTERVAL '30 days'
),
invalid_product_ids as (