From cae6d791b5e8447eb8dadff941303a264a2b58f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oriol=20Roqu=C3=A9=20Paniagua?= Date: Wed, 16 Apr 2025 15:19:09 +0000 Subject: [PATCH] Merged PR 5007: Deprecation of monthly_aggregated_metrics_history_by_deal models # Description Deprecation of monthly_aggregated_metrics_history_by_deal models dbt Compiles Related work items: #29204 --- models/intermediate/cross/schema.yml | 1 + models/reporting/general/schema.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/models/intermediate/cross/schema.yml b/models/intermediate/cross/schema.yml index 4ca97ff..a9a80be 100644 --- a/models/intermediate/cross/schema.yml +++ b/models/intermediate/cross/schema.yml @@ -351,6 +351,7 @@ models: This value is specially created for formatting in PBI - name: int_monthly_aggregated_metrics_history_by_deal + deprecation_date: 2025-04-28 08:00:00 description: | This model aggregates the monthly historic information regarding the different metrics computed at deal level. The primary sources of data are the `int_yyy__monthly_XXXXX_history_by_deal` diff --git a/models/reporting/general/schema.yml b/models/reporting/general/schema.yml index c42aec2..380f142 100644 --- a/models/reporting/general/schema.yml +++ b/models/reporting/general/schema.yml @@ -459,6 +459,7 @@ models: This value is specially created for formatting in PBI - name: monthly_aggregated_metrics_history_by_deal + deprecation_date: 2025-04-28 08:00:00 description: | This model aggregates the monthly historic information regarding the different metrics computed at deal level. The primary source of data is the `int_monthly_XXXXX_history_by_deal`