fix: rename files

This commit is contained in:
Anton Yip 2022-01-27 22:34:18 +08:00
parent 054aedecc4
commit 460788639d
5 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ base_blocks as (
select
*
from {{ ref("chainwalker_blocks") }}
from {{ ref("stg_blocks") }}
where {{ incremental_load_filter("block_timestamp") }}
),

View File

@ -1,7 +1,7 @@
version: 2
models:
- name: chainwalker_blocks
- name: stg_blocks
description: |-
This table records all the blocks of the Near blockchain.

View File

@ -1,7 +1,7 @@
version: 2
models:
- name: chainwalker_txs
- name: stg_txs
description: |-
This table records all the transactions of the Near blockchain.