Add application column to tasks (#1291)

Co-authored-by: Muhammed Salih Altun <muhammedsalihaltun@gmail.com>
This commit is contained in:
Shuchang Zheng 2024-11-29 05:43:02 -08:00 committed by GitHub
parent fe0f971842
commit 379d5a30cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 42 additions and 0 deletions

View file

@ -82,6 +82,7 @@ def convert_to_task(task_obj: TaskModel, debug_enabled: bool = False) -> Task:
max_steps_per_run=task_obj.max_steps_per_run,
error_code_mapping=task_obj.error_code_mapping,
errors=task_obj.errors,
application=task_obj.application,
)
return task