From 94cf9b6991ae8cf4dd9ccabf623df37c676cdeb9 Mon Sep 17 00:00:00 2001 From: Simon Chow Date: Thu, 7 Nov 2024 21:42:56 -0500 Subject: [PATCH] Update stellar-etl image --- airflow_variables_dev.json | 2 +- airflow_variables_prod.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/airflow_variables_dev.json b/airflow_variables_dev.json index 502a3a8f..957f269b 100644 --- a/airflow_variables_dev.json +++ b/airflow_variables_dev.json @@ -156,7 +156,7 @@ }, "gcs_exported_data_bucket_name": "us-central1-test-hubble-43c3e190-bucket", "gcs_exported_object_prefix": "dag-exported", - "image_name": "stellar/stellar-etl:e53586a2a", + "image_name": "stellar/stellar-etl:204d343fa", "image_output_path": "/etl/exported_data/", "image_pull_policy": "IfNotPresent", "k8s_namespace": "hubble-composer", diff --git a/airflow_variables_prod.json b/airflow_variables_prod.json index 3ebff87d..9376de30 100644 --- a/airflow_variables_prod.json +++ b/airflow_variables_prod.json @@ -157,7 +157,7 @@ }, "gcs_exported_data_bucket_name": "us-central1-hubble-14c4ca64-bucket", "gcs_exported_object_prefix": "dag-exported", - "image_name": "stellar/stellar-etl:e53586a2a", + "image_name": "stellar/stellar-etl:204d343fa", "image_output_path": "/etl/exported_data/", "image_pull_policy": "IfNotPresent", "k8s_namespace": "hubble-composer",