diff --git a/models/gold/atlas/atlas__ez_nft_contract_metrics.yml b/models/gold/atlas/atlas__ez_nft_contract_metrics.yml index aae3a32..33ebde6 100644 --- a/models/gold/atlas/atlas__ez_nft_contract_metrics.yml +++ b/models/gold/atlas/atlas__ez_nft_contract_metrics.yml @@ -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 diff --git a/models/gold/atlas/atlas__ez_nft_contract_metrics_daily.yml b/models/gold/atlas/atlas__ez_nft_contract_metrics_daily.yml index 2643909..309344e 100644 --- a/models/gold/atlas/atlas__ez_nft_contract_metrics_daily.yml +++ b/models/gold/atlas/atlas__ez_nft_contract_metrics_daily.yml @@ -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 diff --git a/models/gold/atlas/atlas__ez_supply.yml b/models/gold/atlas/atlas__ez_supply.yml index 2a330d8..399a1ad 100644 --- a/models/gold/atlas/atlas__ez_supply.yml +++ b/models/gold/atlas/atlas__ez_supply.yml @@ -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 diff --git a/models/gold/atlas/atlas__fact_accounts_created.yml b/models/gold/atlas/atlas__fact_accounts_created.yml index 9ad61a3..44abe6f 100644 --- a/models/gold/atlas/atlas__fact_accounts_created.yml +++ b/models/gold/atlas/atlas__fact_accounts_created.yml @@ -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 diff --git a/models/gold/atlas/atlas__fact_maas.yml b/models/gold/atlas/atlas__fact_maas.yml index bcde914..fe2f089 100644 --- a/models/gold/atlas/atlas__fact_maas.yml +++ b/models/gold/atlas/atlas__fact_maas.yml @@ -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 diff --git a/models/gold/atlas/atlas__fact_nft_monthly_txs.yml b/models/gold/atlas/atlas__fact_nft_monthly_txs.yml index d130c40..9b1e83a 100644 --- a/models/gold/atlas/atlas__fact_nft_monthly_txs.yml +++ b/models/gold/atlas/atlas__fact_nft_monthly_txs.yml @@ -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