Skip to content

Commit

Permalink
Update dags_airflow_ale_trainmod.py
Browse files Browse the repository at this point in the history
  • Loading branch information
romanoa77 authored Sep 16, 2024
1 parent 3b30917 commit c8e471e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dags_airflow_ale_trainmod.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="glitchflow",
namespace="airflow",
# Pod configuration
# name the Pod
name="airflow_preprocessor",
Expand Down Expand Up @@ -169,4 +169,4 @@ def check_response(response):
IniTrain>>sign_train>>chech_train_resp>>[next_sens,next_metrics]
next_sens>>freeze
[next_metrics,freeze]>>join_branch
join_branch>>preproc
join_branch>>preproc

0 comments on commit c8e471e

Please sign in to comment.