From 2d80dc6f266e708ff9484b1677299a22a9a12a95 Mon Sep 17 00:00:00 2001 From: Simon Chow Date: Tue, 17 Sep 2024 14:55:17 -0400 Subject: [PATCH] Increase dbt task timeout --- airflow_variables_prod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airflow_variables_prod.json b/airflow_variables_prod.json index ab289929..c4dcef39 100644 --- a/airflow_variables_prod.json +++ b/airflow_variables_prod.json @@ -127,7 +127,7 @@ "dbt_image_name": "stellar/stellar-dbt:74cb371b0", "dbt_internal_source_db": "hubble-261722", "dbt_internal_source_schema": "crypto_stellar_internal_2", - "dbt_job_execution_timeout_seconds": 1800, + "dbt_job_execution_timeout_seconds": 2400, "dbt_job_retries": 1, "dbt_mart_dataset": "crypto_stellar_dbt", "dbt_maximum_bytes_billed": 100000000000000,