From 2ff6f80bed5044ade81df5c4f61b383a4b0c454b Mon Sep 17 00:00:00 2001 From: romanoa77 <37339804+romanoa77@users.noreply.github.com> Date: Mon, 16 Sep 2024 20:56:31 +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 58e21d2..1cacf62 100644 --- a/dags_airflow_ale_trainmod.py +++ b/dags_airflow_ale_trainmod.py @@ -134,7 +134,7 @@ def check_response(response): # 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 - namespace="airflow", + namespace="glitchflow", # Pod configuration # name the Pod name="airflow_preprocessor",