mirror of
https://github.com/FlipsideCrypto/sui-models.git
synced 2026-02-06 11:06:56 +00:00
add not null to silver to prevent upstream issues with predicates
This commit is contained in:
parent
ecd26f105c
commit
d24beb9a55
@ -48,7 +48,9 @@ SELECT
|
||||
SYSDATE() AS modified_timestamp,
|
||||
'{{ invocation_id }}' AS _invocation_id
|
||||
FROM
|
||||
bronze_txs qualify ROW_NUMBER() over (
|
||||
bronze_txs
|
||||
WHERE
|
||||
block_timestamp IS NOT NULL qualify ROW_NUMBER() over (
|
||||
PARTITION BY tx_digest
|
||||
ORDER BY
|
||||
_inserted_timestamp DESC
|
||||
|
||||
Loading…
Reference in New Issue
Block a user