From 53be8976d03e9b5240651822f295a968094fc571 Mon Sep 17 00:00:00 2001 From: sydneynotthecity Date: Thu, 7 Mar 2024 09:08:54 -0600 Subject: [PATCH] Bump etl and dbt images --- airflow_variables_dev.json | 4 ++-- airflow_variables_prod.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/airflow_variables_dev.json b/airflow_variables_dev.json index c1580f01..1f73829d 100644 --- a/airflow_variables_dev.json +++ b/airflow_variables_dev.json @@ -121,7 +121,7 @@ "partnership_assets__account_holders_activity_fact": false, "partnership_assets__asset_activity_fact": false }, - "dbt_image_name": "stellar/stellar-dbt:9bb458f", + "dbt_image_name": "stellar/stellar-dbt:afcbddf", "dbt_job_execution_timeout_seconds": 300, "dbt_job_retries": 1, "dbt_mart_dataset": "test_sdf_marts", @@ -131,7 +131,7 @@ "dbt_threads": 12, "gcs_exported_data_bucket_name": "us-central1-hubble-1pt5-dev-7db0e004-bucket", "gcs_exported_object_prefix": "dag-exported", - "image_name": "stellar/stellar-etl:68b8588", + "image_name": "stellar/stellar-etl:1745e6e", "image_output_path": "/etl/exported_data/", "image_pull_policy": "IfNotPresent", "kube_config_location": "", diff --git a/airflow_variables_prod.json b/airflow_variables_prod.json index 60b49374..1f419f54 100644 --- a/airflow_variables_prod.json +++ b/airflow_variables_prod.json @@ -143,7 +143,7 @@ "partnership_assets__asset_activity_fact": false, "trade_agg": false }, - "dbt_image_name": "stellar/stellar-dbt:9bb458f", + "dbt_image_name": "stellar/stellar-dbt:afcbddf", "dbt_job_execution_timeout_seconds": 1800, "dbt_job_retries": 1, "dbt_mart_dataset": "sdf_marts", @@ -153,7 +153,7 @@ "dbt_threads": 12, "gcs_exported_data_bucket_name": "us-central1-hubble-2-d948d67b-bucket", "gcs_exported_object_prefix": "dag-exported", - "image_name": "stellar/stellar-etl:68b8588", + "image_name": "stellar/stellar-etl:1745e6e", "image_output_path": "/etl/exported_data/", "image_pull_policy": "IfNotPresent", "kube_config_location": "",