mirror of
https://github.com/FlipsideCrypto/near-models.git
synced 2026-02-06 11:26:52 +00:00
depr notice on atlas views
This commit is contained in:
parent
adb4abbb79
commit
03e9a73a4f
@ -3,7 +3,8 @@ version: 2
|
||||
models:
|
||||
- name: atlas__ez_nft_contract_metrics
|
||||
description: |-
|
||||
NFT transaction activities by receiver_id. It includes counts of unique tokens, transfers within the last 24 hours and 3 days, all transfers, unique owners, total transactions, and minting events.
|
||||
Deprecating Soon - these tables previously supported NEAR Atlas which is no longer live. These tables will be removed on Febreary 1, 2025.
|
||||
Please cease using these tables.
|
||||
tests:
|
||||
- dbt_utils.recency:
|
||||
datepart: days
|
||||
|
||||
@ -3,7 +3,8 @@ version: 2
|
||||
models:
|
||||
- name: atlas__ez_nft_contract_metrics_daily
|
||||
description: |-
|
||||
Overview of NFT transactions in NEAR.
|
||||
Deprecating Soon - these tables previously supported NEAR Atlas which is no longer live. These tables will be removed on Febreary 1, 2025.
|
||||
Please cease using these tables.
|
||||
tests:
|
||||
- dbt_utils.recency:
|
||||
datepart: days
|
||||
|
||||
@ -3,7 +3,8 @@ version: 2
|
||||
models:
|
||||
- name: atlas__ez_supply
|
||||
description: |-
|
||||
A table represeting calculations for the supply of NEAR across various categories, such as staked and locked.
|
||||
Deprecating Soon - these tables previously supported NEAR Atlas which is no longer live. These tables will be removed on Febreary 1, 2025.
|
||||
This EZ_SUPPLY table will be retained and migrated to CORE.
|
||||
tests:
|
||||
- dbt_utils.recency:
|
||||
datepart: days
|
||||
|
||||
@ -3,7 +3,8 @@ version: 2
|
||||
models:
|
||||
- name: atlas__fact_accounts_created
|
||||
description: |-
|
||||
Daily count of accounts created on NEAR.
|
||||
Deprecating Soon - these tables previously supported NEAR Atlas which is no longer live. These tables will be removed on Febreary 1, 2025.
|
||||
Please cease using these tables.
|
||||
tests:
|
||||
- dbt_utils.recency:
|
||||
datepart: days
|
||||
|
||||
@ -3,7 +3,8 @@ version: 2
|
||||
models:
|
||||
- name: atlas__fact_maas
|
||||
description: |-
|
||||
Monthly Active Accounts (wallets) on NEAR, including new and returning wallets, calculated over a rolling 30 day window. An active account, here, is defined as the signing of at least one transaction.
|
||||
Deprecating Soon - these tables previously supported NEAR Atlas which is no longer live. These tables will be removed on Febreary 1, 2025.
|
||||
Please cease using these tables.
|
||||
tests:
|
||||
- dbt_utils.recency:
|
||||
datepart: days
|
||||
|
||||
@ -3,7 +3,8 @@ version: 2
|
||||
models:
|
||||
- name: atlas__fact_nft_monthly_txs
|
||||
description: |-
|
||||
Summary of NFT transactions from the 'silver__atlas_nft_transactions' table. It provides a daily count of transactions, accounting for a 29-day lookback period for each day within the specified date range.
|
||||
Deprecating Soon - these tables previously supported NEAR Atlas which is no longer live. These tables will be removed on Febreary 1, 2025.
|
||||
Please cease using these tables.
|
||||
tests:
|
||||
- dbt_utils.recency:
|
||||
datepart: days
|
||||
|
||||
Loading…
Reference in New Issue
Block a user