Skip to content

Commit

Permalink
Add FieldSpec for status_history
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Nov 3, 2023
1 parent b5caec9 commit 4bfb14f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ai/backend/client/output/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@
FieldSpec("created_user_email"),
FieldSpec("created_user_id"),
FieldSpec("status"),
FieldSpec("status_history"),
FieldSpec("status_history_log"),
FieldSpec("status_info"),
FieldSpec("status_data", formatter=nested_dict_formatter),
FieldSpec("status_changed", "Last Updated"),
Expand Down

0 comments on commit 4bfb14f

Please sign in to comment.