mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 13:06:59 +00:00
add filter to txs final
This commit is contained in:
parent
bd08ee7f8f
commit
379e410843
@ -11,9 +11,11 @@ WITH txs AS (
|
||||
*
|
||||
FROM
|
||||
{{ ref('silver__streamline_transactions') }}
|
||||
WHERE
|
||||
block_number >= {{ var('STREAMLINE_START_BLOCK') }}
|
||||
|
||||
{% if is_incremental() %}
|
||||
WHERE
|
||||
AND
|
||||
_inserted_timestamp >= (
|
||||
SELECT
|
||||
MAX(_inserted_timestamp) _inserted_timestamp
|
||||
|
||||
Loading…
Reference in New Issue
Block a user