Skip to content

Commit

Permalink
Add new fields being received
Browse files Browse the repository at this point in the history
  • Loading branch information
b-per committed Sep 18, 2024
1 parent 8946842 commit 7d2e800
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/schemas/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,3 +154,8 @@ class JobMissingFields(JobDefinition):
next_run: Optional[str] = ""
next_run_humanized: Optional[str] = ""
is_system: bool
account: Any
project: Any
environment: Any
most_recent_run: Any
most_recent_completed_run: Any

0 comments on commit 7d2e800

Please sign in to comment.