mirror of
https://github.com/FlipsideCrypto/near-models.git
synced 2026-02-06 11:26:52 +00:00
Apply suggestions from code review
Co-authored-by: Chuxin Huang <30974572+chuxinh@users.noreply.github.com>
This commit is contained in:
parent
bfd0c113bc
commit
4c3ecad0b1
@ -3,7 +3,7 @@
|
||||
materialized='incremental',
|
||||
unique_key='tx_id',
|
||||
incremental_strategy = 'delete+insert',
|
||||
tags=['core', 'transactions'],
|
||||
tags=['core'],
|
||||
cluster_by=['block_timestamp']
|
||||
)
|
||||
}}
|
||||
|
||||
@ -13,7 +13,7 @@ models:
|
||||
- name: tx_block_index
|
||||
description: The index of the transaction within the block. Starts at 0.
|
||||
- name: offset_id
|
||||
description: Synonmous with block_id for Near
|
||||
description: Synonmous with `block_id` for Near
|
||||
- name: block_id
|
||||
description: The height of the chain this block corresponds with
|
||||
- name: block_timestamp
|
||||
|
||||
Loading…
Reference in New Issue
Block a user