mirror of
https://github.com/FlipsideCrypto/solana-models.git
synced 2026-02-06 11:47:08 +00:00
add block timestamp to join (#457)
This commit is contained in:
parent
e40985d46f
commit
6c1b964191
@ -27,6 +27,7 @@ FROM
|
||||
{{ ref('silver__decoded_instructions') }} A
|
||||
JOIN {{ ref('silver__events') }}
|
||||
b
|
||||
ON A.program_id = b.program_id
|
||||
ON A.block_timestamp::date = b.block_timestamp::date
|
||||
AND A.program_id = b.program_id
|
||||
AND A.tx_id = b.tx_id
|
||||
AND A.index = b.index
|
||||
|
||||
Loading…
Reference in New Issue
Block a user