rename source to terra2

This commit is contained in:
Jack Forgash 2022-09-09 08:12:06 -06:00
parent a63e406f09
commit ed5b783b42
3 changed files with 4 additions and 4 deletions

View File

@ -16,5 +16,5 @@ SELECT
FROM
{{ source(
"chainwalkers",
"terra_blocks"
"terra2_blocks"
) }}

View File

@ -17,5 +17,5 @@ SELECT
FROM
{{ source(
"chainwalkers",
"terra_txs"
"terra2_txs"
) }}

View File

@ -9,7 +9,7 @@ sources:
error_after: { count: 24, period: hour }
loaded_at_field: _inserted_timestamp
tables:
- name: terra_blocks
- name: terra2_blocks
description: "Blocks from the Terra chain. Note always use the latest inserted timestamp as duplicates can exist in this table!"
columns:
- name: record_id
@ -32,7 +32,7 @@ sources:
description: The time this row was ingested by Chainwalkers
- name: _inserted_timestamp
description: The time this row was inserted into Snowflake
- name: terra_txs
- name: terra2_txs
description: "Txs from the Terra chain. Note always use the latest inserted timestamp as duplicates can exist in this table!"
columns:
- name: record_id