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 1627995 commit c3cf690
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dags_airflow_ale_trainmod.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
endpoint="train",
data=json.dumps({"user":"airflow","token":"airflow"}),
headers={"Content-Type": "application/json"},
xcom_push=True,
retries=3,
retry_delay=timedelta(minutes=5),
dag=dag,
)

Expand Down

0 comments on commit c3cf690

Please sign in to comment.