From 4c3ecad0b157f1879d8c27ab3d4b4167e3a9f74b Mon Sep 17 00:00:00 2001 From: Anton Yip Date: Sat, 5 Feb 2022 09:46:11 +0800 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Chuxin Huang <30974572+chuxinh@users.noreply.github.com> --- models/staging/stg_blocks.sql | 2 +- models/staging/stg_txs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/models/staging/stg_blocks.sql b/models/staging/stg_blocks.sql index a4ab94c..bd65268 100644 --- a/models/staging/stg_blocks.sql +++ b/models/staging/stg_blocks.sql @@ -3,7 +3,7 @@ materialized='incremental', unique_key='tx_id', incremental_strategy = 'delete+insert', - tags=['core', 'transactions'], + tags=['core'], cluster_by=['block_timestamp'] ) }} diff --git a/models/staging/stg_txs.yml b/models/staging/stg_txs.yml index 248bda3..fa497f4 100644 --- a/models/staging/stg_txs.yml +++ b/models/staging/stg_txs.yml @@ -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