Skip to content

Commit

Permalink
Update dags_airflow_ale_kopfocal.py
Browse files Browse the repository at this point in the history
  • Loading branch information
romanoa77 authored Sep 17, 2024
1 parent 2ff6f80 commit 65f8d0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dags_airflow_ale_kopfocal.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@


Op =KubernetesPodOperator(
namespace="glitchflow",
# unique id of the task within the DAG
task_id="kubeop",
# the Docker image to launch
Expand All @@ -42,7 +43,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="airflow",

# Pod configuration
# name the Pod
name="airflow_op",
Expand Down

0 comments on commit 65f8d0d

Please sign in to comment.