From ed54c377e56cd4fc10e03d4d6df9f708a3664166 Mon Sep 17 00:00:00 2001 From: romanoa77 <37339804+romanoa77@users.noreply.github.com> Date: Mon, 14 Oct 2024 12:13:38 +0200 Subject: [PATCH] Update dags_airflow_ale_trainmod.py --- dags_airflow_ale_trainmod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dags_airflow_ale_trainmod.py b/dags_airflow_ale_trainmod.py index 1cacf62..6a5816f 100644 --- a/dags_airflow_ale_trainmod.py +++ b/dags_airflow_ale_trainmod.py @@ -130,7 +130,7 @@ def check_response(response): # unique id of the task within the DAG task_id="preQ", # the Docker image to launch - image="romanoa77/preq:0.2", + image="romanoa77/preq:0.3.air", # launch the Pod on the same cluster as Airflow is running on in_cluster=True, # launch the Pod in the same namespace as Airflow is running in