mirror of
https://github.com/FlipsideCrypto/sei-models.git
synced 2026-02-06 12:57:05 +00:00
block number
This commit is contained in:
parent
dc16b04e49
commit
efde248e3f
@ -91,7 +91,7 @@ SELECT
|
||||
decoded_data,
|
||||
transformed,
|
||||
decoded_flat,
|
||||
{{ dbt_utils.generate_surrogate_key(['tx_hash', 'event_index']) }} AS decoded_logs_id,
|
||||
{{ dbt_utils.generate_surrogate_key(['block_number', 'tx_hash', 'event_index']) }} AS decoded_logs_id,
|
||||
SYSDATE() AS inserted_timestamp,
|
||||
SYSDATE() AS modified_timestamp,
|
||||
'{{ invocation_id }}' AS _invocation_id
|
||||
|
||||
Loading…
Reference in New Issue
Block a user