We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8946842 commit 7d2e800Copy full SHA for 7d2e800
1 file changed
src/schemas/job.py
@@ -154,3 +154,8 @@ class JobMissingFields(JobDefinition):
154
next_run: Optional[str] = ""
155
next_run_humanized: Optional[str] = ""
156
is_system: bool
157
+ account: Any
158
+ project: Any
159
+ environment: Any
160
+ most_recent_run: Any
161
+ most_recent_completed_run: Any
0 commit comments