From bb4f73b8b3072e1e8791c4b3cbd1e7e2d231b4ba Mon Sep 17 00:00:00 2001 From: Eduardo Alves Date: Tue, 18 Jun 2024 19:37:24 -0300 Subject: [PATCH] Revert "updated SLA values for dbt eho tasks (#391)" (#397) This reverts commit 59108e3cda3f889888b07238d08e4c3bb4b3c2ca. Co-authored-by: sydneynotthecity --- airflow_variables_dev.json | 6 +++--- airflow_variables_prod.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/airflow_variables_dev.json b/airflow_variables_dev.json index c472983a..cf44f13a 100644 --- a/airflow_variables_dev.json +++ b/airflow_variables_dev.json @@ -250,9 +250,9 @@ "default": 60, "build_time_task": 480, "build_export_task": 840, - "enriched_history_operations": 720, - "current_state": 720, - "elementary_dbt_enriched_base_tables": 1020, + "enriched_history_operations": 540, + "current_state": 540, + "elementary_dbt_enriched_base_tables": 840, "ohlc": 720, "liquidity_pool_trade_volume": 1140, "mgi": 660, diff --git a/airflow_variables_prod.json b/airflow_variables_prod.json index 7b492d45..c4c14653 100644 --- a/airflow_variables_prod.json +++ b/airflow_variables_prod.json @@ -245,9 +245,9 @@ "default": 60, "build_time_task": 300, "build_export_task": 600, - "enriched_history_operations": 1800, - "current_state": 1200, - "elementary_dbt_enriched_base_tables": 2100, + "enriched_history_operations": 960, + "current_state": 600, + "elementary_dbt_enriched_base_tables": 1080, "ohlc": 960, "liquidity_pool_trade_volume": 1200, "mgi": 1020,