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 60961f5 commit 031b43e
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 @@ -53,7 +53,7 @@ def check_response(response):
LoggingMixin().log.info("Read json object")


if(output['buf_size']>=MAXBUFSZ):
if(output['buff_size']>=MAXBUFSZ):
flag=True
else:
flag=False
Expand Down

0 comments on commit 031b43e

Please sign in to comment.