Skip to content

Commit

Permalink
Added training DAG
Browse files Browse the repository at this point in the history
  • Loading branch information
romanoa77 committed Jul 7, 2024
1 parent 19727a2 commit 5adf44d
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 @@ -95,7 +95,7 @@ def check_response(response):
response_check=lambda response: check_response(response),
poke_interval=10,
timeout=3600,
#mode="reschedule",
mode="reschedule",
dag=dag
)

Expand All @@ -121,7 +121,7 @@ def check_response(response):



join_branch = DummyOperator(task_id="join_brc", dag=dag)
join_branch = DummyOperator(task_id="join_brc",trigger_rule="none_failed", dag=dag)
list_proc = DummyOperator(task_id="listen_preproc", dag=dag)


Expand Down

0 comments on commit 5adf44d

Please sign in to comment.