Apply suggestions from code review

Co-authored-by: Chuxin Huang <30974572+chuxinh@users.noreply.github.com>
This commit is contained in:
Anton Yip 2022-02-05 09:46:11 +08:00 committed by GitHub
parent bfd0c113bc
commit 4c3ecad0b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
materialized='incremental',
unique_key='tx_id',
incremental_strategy = 'delete+insert',
tags=['core', 'transactions'],
tags=['core'],
cluster_by=['block_timestamp']
)
}}

View File

@ -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