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 Oct 23, 2024
1 parent ed54c37 commit 671c8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags_airflow_ale_trainmod.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.air",
image="romanoa77/preq:0.4.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
Expand Down

0 comments on commit 671c8da

Please sign in to comment.