From 3b30917e84ffff4f7b7b3a1d6f9174c1592876c7 Mon Sep 17 00:00:00 2001 From: romanoa77 <37339804+romanoa77@users.noreply.github.com> Date: Mon, 16 Sep 2024 20:13:41 +0200 Subject: [PATCH] Update dags_airflow_ale_kopfocal.py --- dags_airflow_ale_kopfocal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dags_airflow_ale_kopfocal.py b/dags_airflow_ale_kopfocal.py index a9d9541..2ec2ea3 100644 --- a/dags_airflow_ale_kopfocal.py +++ b/dags_airflow_ale_kopfocal.py @@ -42,7 +42,7 @@ # 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="default", + namespace="airflow", # Pod configuration # name the Pod name="airflow_op",