From 3374d02193892c612e09fa3862065a6b0fe3cdbe Mon Sep 17 00:00:00 2001
From: Austin <93135983+austinFlipside@users.noreply.github.com>
Date: Wed, 24 Jan 2024 16:34:05 -0500
Subject: [PATCH] deprecate (#236)

---
 models/gold/core/core__ez_eth_transfers.yml  | 2 +-
 models/gold/core/core__fact_traces.yml       | 2 +-
 models/gold/core/core__fact_transactions.yml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/models/gold/core/core__ez_eth_transfers.yml b/models/gold/core/core__ez_eth_transfers.yml
index 5922a3b2..7f05e786 100644
--- a/models/gold/core/core__ez_eth_transfers.yml
+++ b/models/gold/core/core__ez_eth_transfers.yml
@@ -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
diff --git a/models/gold/core/core__fact_traces.yml b/models/gold/core/core__fact_traces.yml
index 5a4c75cd..4b41e7ad 100644
--- a/models/gold/core/core__fact_traces.yml
+++ b/models/gold/core/core__fact_traces.yml
@@ -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
diff --git a/models/gold/core/core__fact_transactions.yml b/models/gold/core/core__fact_transactions.yml
index 871500ec..0dad9395 100644
--- a/models/gold/core/core__fact_transactions.yml
+++ b/models/gold/core/core__fact_transactions.yml
@@ -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