mirror of
https://github.com/FlipsideCrypto/near-models.git
synced 2026-02-06 11:26:52 +00:00
fix: rename files
This commit is contained in:
parent
054aedecc4
commit
460788639d
@ -14,7 +14,7 @@ base_blocks as (
|
||||
|
||||
select
|
||||
*
|
||||
from {{ ref("chainwalker_blocks") }}
|
||||
from {{ ref("stg_blocks") }}
|
||||
where {{ incremental_load_filter("block_timestamp") }}
|
||||
|
||||
),
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
version: 2
|
||||
|
||||
models:
|
||||
- name: chainwalker_blocks
|
||||
- name: stg_blocks
|
||||
description: |-
|
||||
This table records all the blocks of the Near blockchain.
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
version: 2
|
||||
|
||||
models:
|
||||
- name: chainwalker_txs
|
||||
- name: stg_txs
|
||||
description: |-
|
||||
This table records all the transactions of the Near blockchain.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user