deprecate (#236)

This commit is contained in:
Austin 2024-01-24 16:34:05 -05:00 committed by GitHub
parent cf9761d61c
commit 3374d02193
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
version: 2
models:
- name: core__ez_eth_transfers
description: 'Deprecating soon! Migrate to `core.ez_native_transfers` by Jan. 31 2024.'
description: 'Deprecating soon! Migrate to `core.ez_native_transfers` by February 14, 2024.'
columns:
- name: BLOCK_NUMBER

View File

@ -1,7 +1,7 @@
version: 2
models:
- name: core__fact_traces
description: '{{ doc("opt_traces_table_doc") }}'
description: 'Deprecating soon! The columns `ETH_VALUE`, `ETH_VALUE_PRECISE_RAW` and `ETH_VALUE_PRECISE` will be deprecated on February 14, 2024. Please migrate to `VALUE`, `VALUE_PRECISE_RAW` and `VALUE_PRECISE`. Note: These columns are the ONLY changes being made to this table.'
columns:
- name: BLOCK_NUMBER

View File

@ -1,7 +1,7 @@
version: 2
models:
- name: core__fact_transactions
description: '{{ doc("opt_tx_table_doc") }}'
description: 'Deprecating soon! The columns `ETH_VALUE`, `ETH_VALUE_PRECISE_RAW` and `ETH_VALUE_PRECISE` will be deprecated on February 14, 2024. Please migrate to `VALUE`, `VALUE_PRECISE_RAW` and `VALUE_PRECISE`. Note: These columns are the ONLY changes being made to this table.'
columns:
- name: BLOCK_NUMBER