windmill-api 1.395.0__py3-none-any.whl → 1.396.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of windmill-api might be problematic. Click here for more details.
- windmill_api/api/job/get_job_updates.py +15 -0
- windmill_api/api/metrics/get_job_progress.py +160 -0
- windmill_api/api/metrics/set_job_progress.py +115 -0
- windmill_api/models/completed_job_flow_status_failure_module.py +8 -0
- windmill_api/models/completed_job_flow_status_modules_item.py +8 -0
- windmill_api/models/delete_completed_job_response_200_flow_status_failure_module.py +8 -0
- windmill_api/models/delete_completed_job_response_200_flow_status_modules_item.py +8 -0
- windmill_api/models/extended_jobs_jobs_item_type_0_flow_status_failure_module.py +8 -0
- windmill_api/models/extended_jobs_jobs_item_type_0_flow_status_modules_item.py +8 -0
- windmill_api/models/extended_jobs_jobs_item_type_1_flow_status_failure_module.py +8 -0
- windmill_api/models/extended_jobs_jobs_item_type_1_flow_status_modules_item.py +8 -0
- windmill_api/models/flow_status_failure_module.py +8 -0
- windmill_api/models/flow_status_module.py +8 -0
- windmill_api/models/flow_status_modules_item.py +8 -0
- windmill_api/models/get_completed_job_response_200_flow_status_failure_module.py +8 -0
- windmill_api/models/get_completed_job_response_200_flow_status_modules_item.py +8 -0
- windmill_api/models/get_job_response_200_type_0_flow_status_failure_module.py +8 -0
- windmill_api/models/get_job_response_200_type_0_flow_status_modules_item.py +8 -0
- windmill_api/models/get_job_response_200_type_1_flow_status_failure_module.py +8 -0
- windmill_api/models/get_job_response_200_type_1_flow_status_modules_item.py +8 -0
- windmill_api/models/get_job_updates_response_200.py +8 -0
- windmill_api/models/get_suspended_job_flow_response_200_job_type_0_flow_status_failure_module.py +8 -0
- windmill_api/models/get_suspended_job_flow_response_200_job_type_0_flow_status_modules_item.py +8 -0
- windmill_api/models/get_suspended_job_flow_response_200_job_type_1_flow_status_failure_module.py +8 -0
- windmill_api/models/get_suspended_job_flow_response_200_job_type_1_flow_status_modules_item.py +8 -0
- windmill_api/models/list_completed_jobs_response_200_item_flow_status_failure_module.py +8 -0
- windmill_api/models/list_completed_jobs_response_200_item_flow_status_modules_item.py +8 -0
- windmill_api/models/list_extended_jobs_response_200_jobs_item_type_0_flow_status_failure_module.py +8 -0
- windmill_api/models/list_extended_jobs_response_200_jobs_item_type_0_flow_status_modules_item.py +8 -0
- windmill_api/models/list_extended_jobs_response_200_jobs_item_type_1_flow_status_failure_module.py +8 -0
- windmill_api/models/list_extended_jobs_response_200_jobs_item_type_1_flow_status_modules_item.py +8 -0
- windmill_api/models/list_jobs_response_200_item_type_0_flow_status_failure_module.py +8 -0
- windmill_api/models/list_jobs_response_200_item_type_0_flow_status_modules_item.py +8 -0
- windmill_api/models/list_jobs_response_200_item_type_1_flow_status_failure_module.py +8 -0
- windmill_api/models/list_jobs_response_200_item_type_1_flow_status_modules_item.py +8 -0
- windmill_api/models/list_queue_response_200_item_flow_status_failure_module.py +8 -0
- windmill_api/models/list_queue_response_200_item_flow_status_modules_item.py +8 -0
- windmill_api/models/queued_job_flow_status_failure_module.py +8 -0
- windmill_api/models/queued_job_flow_status_modules_item.py +8 -0
- windmill_api/models/set_job_progress_json_body.py +66 -0
- {windmill_api-1.395.0.dist-info → windmill_api-1.396.0.dist-info}/METADATA +1 -1
- {windmill_api-1.395.0.dist-info → windmill_api-1.396.0.dist-info}/RECORD +44 -41
- {windmill_api-1.395.0.dist-info → windmill_api-1.396.0.dist-info}/LICENSE +0 -0
- {windmill_api-1.395.0.dist-info → windmill_api-1.396.0.dist-info}/WHEEL +0 -0
|
@@ -34,6 +34,7 @@ class ExtendedJobsJobsItemType1FlowStatusFailureModule:
|
|
|
34
34
|
id (Union[Unset, str]):
|
|
35
35
|
job (Union[Unset, str]):
|
|
36
36
|
count (Union[Unset, int]):
|
|
37
|
+
progress (Union[Unset, int]):
|
|
37
38
|
iterator (Union[Unset, ExtendedJobsJobsItemType1FlowStatusFailureModuleIterator]):
|
|
38
39
|
flow_jobs (Union[Unset, List[str]]):
|
|
39
40
|
flow_jobs_success (Union[Unset, List[bool]]):
|
|
@@ -48,6 +49,7 @@ class ExtendedJobsJobsItemType1FlowStatusFailureModule:
|
|
|
48
49
|
id: Union[Unset, str] = UNSET
|
|
49
50
|
job: Union[Unset, str] = UNSET
|
|
50
51
|
count: Union[Unset, int] = UNSET
|
|
52
|
+
progress: Union[Unset, int] = UNSET
|
|
51
53
|
iterator: Union[Unset, "ExtendedJobsJobsItemType1FlowStatusFailureModuleIterator"] = UNSET
|
|
52
54
|
flow_jobs: Union[Unset, List[str]] = UNSET
|
|
53
55
|
flow_jobs_success: Union[Unset, List[bool]] = UNSET
|
|
@@ -64,6 +66,7 @@ class ExtendedJobsJobsItemType1FlowStatusFailureModule:
|
|
|
64
66
|
id = self.id
|
|
65
67
|
job = self.job
|
|
66
68
|
count = self.count
|
|
69
|
+
progress = self.progress
|
|
67
70
|
iterator: Union[Unset, Dict[str, Any]] = UNSET
|
|
68
71
|
if not isinstance(self.iterator, Unset):
|
|
69
72
|
iterator = self.iterator.to_dict()
|
|
@@ -111,6 +114,8 @@ class ExtendedJobsJobsItemType1FlowStatusFailureModule:
|
|
|
111
114
|
field_dict["job"] = job
|
|
112
115
|
if count is not UNSET:
|
|
113
116
|
field_dict["count"] = count
|
|
117
|
+
if progress is not UNSET:
|
|
118
|
+
field_dict["progress"] = progress
|
|
114
119
|
if iterator is not UNSET:
|
|
115
120
|
field_dict["iterator"] = iterator
|
|
116
121
|
if flow_jobs is not UNSET:
|
|
@@ -154,6 +159,8 @@ class ExtendedJobsJobsItemType1FlowStatusFailureModule:
|
|
|
154
159
|
|
|
155
160
|
count = d.pop("count", UNSET)
|
|
156
161
|
|
|
162
|
+
progress = d.pop("progress", UNSET)
|
|
163
|
+
|
|
157
164
|
_iterator = d.pop("iterator", UNSET)
|
|
158
165
|
iterator: Union[Unset, ExtendedJobsJobsItemType1FlowStatusFailureModuleIterator]
|
|
159
166
|
if isinstance(_iterator, Unset):
|
|
@@ -197,6 +204,7 @@ class ExtendedJobsJobsItemType1FlowStatusFailureModule:
|
|
|
197
204
|
id=id,
|
|
198
205
|
job=job,
|
|
199
206
|
count=count,
|
|
207
|
+
progress=progress,
|
|
200
208
|
iterator=iterator,
|
|
201
209
|
flow_jobs=flow_jobs,
|
|
202
210
|
flow_jobs_success=flow_jobs_success,
|
|
@@ -34,6 +34,7 @@ class ExtendedJobsJobsItemType1FlowStatusModulesItem:
|
|
|
34
34
|
id (Union[Unset, str]):
|
|
35
35
|
job (Union[Unset, str]):
|
|
36
36
|
count (Union[Unset, int]):
|
|
37
|
+
progress (Union[Unset, int]):
|
|
37
38
|
iterator (Union[Unset, ExtendedJobsJobsItemType1FlowStatusModulesItemIterator]):
|
|
38
39
|
flow_jobs (Union[Unset, List[str]]):
|
|
39
40
|
flow_jobs_success (Union[Unset, List[bool]]):
|
|
@@ -47,6 +48,7 @@ class ExtendedJobsJobsItemType1FlowStatusModulesItem:
|
|
|
47
48
|
id: Union[Unset, str] = UNSET
|
|
48
49
|
job: Union[Unset, str] = UNSET
|
|
49
50
|
count: Union[Unset, int] = UNSET
|
|
51
|
+
progress: Union[Unset, int] = UNSET
|
|
50
52
|
iterator: Union[Unset, "ExtendedJobsJobsItemType1FlowStatusModulesItemIterator"] = UNSET
|
|
51
53
|
flow_jobs: Union[Unset, List[str]] = UNSET
|
|
52
54
|
flow_jobs_success: Union[Unset, List[bool]] = UNSET
|
|
@@ -62,6 +64,7 @@ class ExtendedJobsJobsItemType1FlowStatusModulesItem:
|
|
|
62
64
|
id = self.id
|
|
63
65
|
job = self.job
|
|
64
66
|
count = self.count
|
|
67
|
+
progress = self.progress
|
|
65
68
|
iterator: Union[Unset, Dict[str, Any]] = UNSET
|
|
66
69
|
if not isinstance(self.iterator, Unset):
|
|
67
70
|
iterator = self.iterator.to_dict()
|
|
@@ -107,6 +110,8 @@ class ExtendedJobsJobsItemType1FlowStatusModulesItem:
|
|
|
107
110
|
field_dict["job"] = job
|
|
108
111
|
if count is not UNSET:
|
|
109
112
|
field_dict["count"] = count
|
|
113
|
+
if progress is not UNSET:
|
|
114
|
+
field_dict["progress"] = progress
|
|
110
115
|
if iterator is not UNSET:
|
|
111
116
|
field_dict["iterator"] = iterator
|
|
112
117
|
if flow_jobs is not UNSET:
|
|
@@ -148,6 +153,8 @@ class ExtendedJobsJobsItemType1FlowStatusModulesItem:
|
|
|
148
153
|
|
|
149
154
|
count = d.pop("count", UNSET)
|
|
150
155
|
|
|
156
|
+
progress = d.pop("progress", UNSET)
|
|
157
|
+
|
|
151
158
|
_iterator = d.pop("iterator", UNSET)
|
|
152
159
|
iterator: Union[Unset, ExtendedJobsJobsItemType1FlowStatusModulesItemIterator]
|
|
153
160
|
if isinstance(_iterator, Unset):
|
|
@@ -187,6 +194,7 @@ class ExtendedJobsJobsItemType1FlowStatusModulesItem:
|
|
|
187
194
|
id=id,
|
|
188
195
|
job=job,
|
|
189
196
|
count=count,
|
|
197
|
+
progress=progress,
|
|
190
198
|
iterator=iterator,
|
|
191
199
|
flow_jobs=flow_jobs,
|
|
192
200
|
flow_jobs_success=flow_jobs_success,
|
|
@@ -24,6 +24,7 @@ class FlowStatusFailureModule:
|
|
|
24
24
|
id (Union[Unset, str]):
|
|
25
25
|
job (Union[Unset, str]):
|
|
26
26
|
count (Union[Unset, int]):
|
|
27
|
+
progress (Union[Unset, int]):
|
|
27
28
|
iterator (Union[Unset, FlowStatusFailureModuleIterator]):
|
|
28
29
|
flow_jobs (Union[Unset, List[str]]):
|
|
29
30
|
flow_jobs_success (Union[Unset, List[bool]]):
|
|
@@ -38,6 +39,7 @@ class FlowStatusFailureModule:
|
|
|
38
39
|
id: Union[Unset, str] = UNSET
|
|
39
40
|
job: Union[Unset, str] = UNSET
|
|
40
41
|
count: Union[Unset, int] = UNSET
|
|
42
|
+
progress: Union[Unset, int] = UNSET
|
|
41
43
|
iterator: Union[Unset, "FlowStatusFailureModuleIterator"] = UNSET
|
|
42
44
|
flow_jobs: Union[Unset, List[str]] = UNSET
|
|
43
45
|
flow_jobs_success: Union[Unset, List[bool]] = UNSET
|
|
@@ -54,6 +56,7 @@ class FlowStatusFailureModule:
|
|
|
54
56
|
id = self.id
|
|
55
57
|
job = self.job
|
|
56
58
|
count = self.count
|
|
59
|
+
progress = self.progress
|
|
57
60
|
iterator: Union[Unset, Dict[str, Any]] = UNSET
|
|
58
61
|
if not isinstance(self.iterator, Unset):
|
|
59
62
|
iterator = self.iterator.to_dict()
|
|
@@ -101,6 +104,8 @@ class FlowStatusFailureModule:
|
|
|
101
104
|
field_dict["job"] = job
|
|
102
105
|
if count is not UNSET:
|
|
103
106
|
field_dict["count"] = count
|
|
107
|
+
if progress is not UNSET:
|
|
108
|
+
field_dict["progress"] = progress
|
|
104
109
|
if iterator is not UNSET:
|
|
105
110
|
field_dict["iterator"] = iterator
|
|
106
111
|
if flow_jobs is not UNSET:
|
|
@@ -136,6 +141,8 @@ class FlowStatusFailureModule:
|
|
|
136
141
|
|
|
137
142
|
count = d.pop("count", UNSET)
|
|
138
143
|
|
|
144
|
+
progress = d.pop("progress", UNSET)
|
|
145
|
+
|
|
139
146
|
_iterator = d.pop("iterator", UNSET)
|
|
140
147
|
iterator: Union[Unset, FlowStatusFailureModuleIterator]
|
|
141
148
|
if isinstance(_iterator, Unset):
|
|
@@ -177,6 +184,7 @@ class FlowStatusFailureModule:
|
|
|
177
184
|
id=id,
|
|
178
185
|
job=job,
|
|
179
186
|
count=count,
|
|
187
|
+
progress=progress,
|
|
180
188
|
iterator=iterator,
|
|
181
189
|
flow_jobs=flow_jobs,
|
|
182
190
|
flow_jobs_success=flow_jobs_success,
|
|
@@ -24,6 +24,7 @@ class FlowStatusModule:
|
|
|
24
24
|
id (Union[Unset, str]):
|
|
25
25
|
job (Union[Unset, str]):
|
|
26
26
|
count (Union[Unset, int]):
|
|
27
|
+
progress (Union[Unset, int]):
|
|
27
28
|
iterator (Union[Unset, FlowStatusModuleIterator]):
|
|
28
29
|
flow_jobs (Union[Unset, List[str]]):
|
|
29
30
|
flow_jobs_success (Union[Unset, List[bool]]):
|
|
@@ -37,6 +38,7 @@ class FlowStatusModule:
|
|
|
37
38
|
id: Union[Unset, str] = UNSET
|
|
38
39
|
job: Union[Unset, str] = UNSET
|
|
39
40
|
count: Union[Unset, int] = UNSET
|
|
41
|
+
progress: Union[Unset, int] = UNSET
|
|
40
42
|
iterator: Union[Unset, "FlowStatusModuleIterator"] = UNSET
|
|
41
43
|
flow_jobs: Union[Unset, List[str]] = UNSET
|
|
42
44
|
flow_jobs_success: Union[Unset, List[bool]] = UNSET
|
|
@@ -52,6 +54,7 @@ class FlowStatusModule:
|
|
|
52
54
|
id = self.id
|
|
53
55
|
job = self.job
|
|
54
56
|
count = self.count
|
|
57
|
+
progress = self.progress
|
|
55
58
|
iterator: Union[Unset, Dict[str, Any]] = UNSET
|
|
56
59
|
if not isinstance(self.iterator, Unset):
|
|
57
60
|
iterator = self.iterator.to_dict()
|
|
@@ -97,6 +100,8 @@ class FlowStatusModule:
|
|
|
97
100
|
field_dict["job"] = job
|
|
98
101
|
if count is not UNSET:
|
|
99
102
|
field_dict["count"] = count
|
|
103
|
+
if progress is not UNSET:
|
|
104
|
+
field_dict["progress"] = progress
|
|
100
105
|
if iterator is not UNSET:
|
|
101
106
|
field_dict["iterator"] = iterator
|
|
102
107
|
if flow_jobs is not UNSET:
|
|
@@ -130,6 +135,8 @@ class FlowStatusModule:
|
|
|
130
135
|
|
|
131
136
|
count = d.pop("count", UNSET)
|
|
132
137
|
|
|
138
|
+
progress = d.pop("progress", UNSET)
|
|
139
|
+
|
|
133
140
|
_iterator = d.pop("iterator", UNSET)
|
|
134
141
|
iterator: Union[Unset, FlowStatusModuleIterator]
|
|
135
142
|
if isinstance(_iterator, Unset):
|
|
@@ -169,6 +176,7 @@ class FlowStatusModule:
|
|
|
169
176
|
id=id,
|
|
170
177
|
job=job,
|
|
171
178
|
count=count,
|
|
179
|
+
progress=progress,
|
|
172
180
|
iterator=iterator,
|
|
173
181
|
flow_jobs=flow_jobs,
|
|
174
182
|
flow_jobs_success=flow_jobs_success,
|
|
@@ -24,6 +24,7 @@ class FlowStatusModulesItem:
|
|
|
24
24
|
id (Union[Unset, str]):
|
|
25
25
|
job (Union[Unset, str]):
|
|
26
26
|
count (Union[Unset, int]):
|
|
27
|
+
progress (Union[Unset, int]):
|
|
27
28
|
iterator (Union[Unset, FlowStatusModulesItemIterator]):
|
|
28
29
|
flow_jobs (Union[Unset, List[str]]):
|
|
29
30
|
flow_jobs_success (Union[Unset, List[bool]]):
|
|
@@ -37,6 +38,7 @@ class FlowStatusModulesItem:
|
|
|
37
38
|
id: Union[Unset, str] = UNSET
|
|
38
39
|
job: Union[Unset, str] = UNSET
|
|
39
40
|
count: Union[Unset, int] = UNSET
|
|
41
|
+
progress: Union[Unset, int] = UNSET
|
|
40
42
|
iterator: Union[Unset, "FlowStatusModulesItemIterator"] = UNSET
|
|
41
43
|
flow_jobs: Union[Unset, List[str]] = UNSET
|
|
42
44
|
flow_jobs_success: Union[Unset, List[bool]] = UNSET
|
|
@@ -52,6 +54,7 @@ class FlowStatusModulesItem:
|
|
|
52
54
|
id = self.id
|
|
53
55
|
job = self.job
|
|
54
56
|
count = self.count
|
|
57
|
+
progress = self.progress
|
|
55
58
|
iterator: Union[Unset, Dict[str, Any]] = UNSET
|
|
56
59
|
if not isinstance(self.iterator, Unset):
|
|
57
60
|
iterator = self.iterator.to_dict()
|
|
@@ -97,6 +100,8 @@ class FlowStatusModulesItem:
|
|
|
97
100
|
field_dict["job"] = job
|
|
98
101
|
if count is not UNSET:
|
|
99
102
|
field_dict["count"] = count
|
|
103
|
+
if progress is not UNSET:
|
|
104
|
+
field_dict["progress"] = progress
|
|
100
105
|
if iterator is not UNSET:
|
|
101
106
|
field_dict["iterator"] = iterator
|
|
102
107
|
if flow_jobs is not UNSET:
|
|
@@ -130,6 +135,8 @@ class FlowStatusModulesItem:
|
|
|
130
135
|
|
|
131
136
|
count = d.pop("count", UNSET)
|
|
132
137
|
|
|
138
|
+
progress = d.pop("progress", UNSET)
|
|
139
|
+
|
|
133
140
|
_iterator = d.pop("iterator", UNSET)
|
|
134
141
|
iterator: Union[Unset, FlowStatusModulesItemIterator]
|
|
135
142
|
if isinstance(_iterator, Unset):
|
|
@@ -169,6 +176,7 @@ class FlowStatusModulesItem:
|
|
|
169
176
|
id=id,
|
|
170
177
|
job=job,
|
|
171
178
|
count=count,
|
|
179
|
+
progress=progress,
|
|
172
180
|
iterator=iterator,
|
|
173
181
|
flow_jobs=flow_jobs,
|
|
174
182
|
flow_jobs_success=flow_jobs_success,
|
|
@@ -34,6 +34,7 @@ class GetCompletedJobResponse200FlowStatusFailureModule:
|
|
|
34
34
|
id (Union[Unset, str]):
|
|
35
35
|
job (Union[Unset, str]):
|
|
36
36
|
count (Union[Unset, int]):
|
|
37
|
+
progress (Union[Unset, int]):
|
|
37
38
|
iterator (Union[Unset, GetCompletedJobResponse200FlowStatusFailureModuleIterator]):
|
|
38
39
|
flow_jobs (Union[Unset, List[str]]):
|
|
39
40
|
flow_jobs_success (Union[Unset, List[bool]]):
|
|
@@ -48,6 +49,7 @@ class GetCompletedJobResponse200FlowStatusFailureModule:
|
|
|
48
49
|
id: Union[Unset, str] = UNSET
|
|
49
50
|
job: Union[Unset, str] = UNSET
|
|
50
51
|
count: Union[Unset, int] = UNSET
|
|
52
|
+
progress: Union[Unset, int] = UNSET
|
|
51
53
|
iterator: Union[Unset, "GetCompletedJobResponse200FlowStatusFailureModuleIterator"] = UNSET
|
|
52
54
|
flow_jobs: Union[Unset, List[str]] = UNSET
|
|
53
55
|
flow_jobs_success: Union[Unset, List[bool]] = UNSET
|
|
@@ -64,6 +66,7 @@ class GetCompletedJobResponse200FlowStatusFailureModule:
|
|
|
64
66
|
id = self.id
|
|
65
67
|
job = self.job
|
|
66
68
|
count = self.count
|
|
69
|
+
progress = self.progress
|
|
67
70
|
iterator: Union[Unset, Dict[str, Any]] = UNSET
|
|
68
71
|
if not isinstance(self.iterator, Unset):
|
|
69
72
|
iterator = self.iterator.to_dict()
|
|
@@ -111,6 +114,8 @@ class GetCompletedJobResponse200FlowStatusFailureModule:
|
|
|
111
114
|
field_dict["job"] = job
|
|
112
115
|
if count is not UNSET:
|
|
113
116
|
field_dict["count"] = count
|
|
117
|
+
if progress is not UNSET:
|
|
118
|
+
field_dict["progress"] = progress
|
|
114
119
|
if iterator is not UNSET:
|
|
115
120
|
field_dict["iterator"] = iterator
|
|
116
121
|
if flow_jobs is not UNSET:
|
|
@@ -154,6 +159,8 @@ class GetCompletedJobResponse200FlowStatusFailureModule:
|
|
|
154
159
|
|
|
155
160
|
count = d.pop("count", UNSET)
|
|
156
161
|
|
|
162
|
+
progress = d.pop("progress", UNSET)
|
|
163
|
+
|
|
157
164
|
_iterator = d.pop("iterator", UNSET)
|
|
158
165
|
iterator: Union[Unset, GetCompletedJobResponse200FlowStatusFailureModuleIterator]
|
|
159
166
|
if isinstance(_iterator, Unset):
|
|
@@ -197,6 +204,7 @@ class GetCompletedJobResponse200FlowStatusFailureModule:
|
|
|
197
204
|
id=id,
|
|
198
205
|
job=job,
|
|
199
206
|
count=count,
|
|
207
|
+
progress=progress,
|
|
200
208
|
iterator=iterator,
|
|
201
209
|
flow_jobs=flow_jobs,
|
|
202
210
|
flow_jobs_success=flow_jobs_success,
|
|
@@ -34,6 +34,7 @@ class GetCompletedJobResponse200FlowStatusModulesItem:
|
|
|
34
34
|
id (Union[Unset, str]):
|
|
35
35
|
job (Union[Unset, str]):
|
|
36
36
|
count (Union[Unset, int]):
|
|
37
|
+
progress (Union[Unset, int]):
|
|
37
38
|
iterator (Union[Unset, GetCompletedJobResponse200FlowStatusModulesItemIterator]):
|
|
38
39
|
flow_jobs (Union[Unset, List[str]]):
|
|
39
40
|
flow_jobs_success (Union[Unset, List[bool]]):
|
|
@@ -47,6 +48,7 @@ class GetCompletedJobResponse200FlowStatusModulesItem:
|
|
|
47
48
|
id: Union[Unset, str] = UNSET
|
|
48
49
|
job: Union[Unset, str] = UNSET
|
|
49
50
|
count: Union[Unset, int] = UNSET
|
|
51
|
+
progress: Union[Unset, int] = UNSET
|
|
50
52
|
iterator: Union[Unset, "GetCompletedJobResponse200FlowStatusModulesItemIterator"] = UNSET
|
|
51
53
|
flow_jobs: Union[Unset, List[str]] = UNSET
|
|
52
54
|
flow_jobs_success: Union[Unset, List[bool]] = UNSET
|
|
@@ -62,6 +64,7 @@ class GetCompletedJobResponse200FlowStatusModulesItem:
|
|
|
62
64
|
id = self.id
|
|
63
65
|
job = self.job
|
|
64
66
|
count = self.count
|
|
67
|
+
progress = self.progress
|
|
65
68
|
iterator: Union[Unset, Dict[str, Any]] = UNSET
|
|
66
69
|
if not isinstance(self.iterator, Unset):
|
|
67
70
|
iterator = self.iterator.to_dict()
|
|
@@ -107,6 +110,8 @@ class GetCompletedJobResponse200FlowStatusModulesItem:
|
|
|
107
110
|
field_dict["job"] = job
|
|
108
111
|
if count is not UNSET:
|
|
109
112
|
field_dict["count"] = count
|
|
113
|
+
if progress is not UNSET:
|
|
114
|
+
field_dict["progress"] = progress
|
|
110
115
|
if iterator is not UNSET:
|
|
111
116
|
field_dict["iterator"] = iterator
|
|
112
117
|
if flow_jobs is not UNSET:
|
|
@@ -148,6 +153,8 @@ class GetCompletedJobResponse200FlowStatusModulesItem:
|
|
|
148
153
|
|
|
149
154
|
count = d.pop("count", UNSET)
|
|
150
155
|
|
|
156
|
+
progress = d.pop("progress", UNSET)
|
|
157
|
+
|
|
151
158
|
_iterator = d.pop("iterator", UNSET)
|
|
152
159
|
iterator: Union[Unset, GetCompletedJobResponse200FlowStatusModulesItemIterator]
|
|
153
160
|
if isinstance(_iterator, Unset):
|
|
@@ -187,6 +194,7 @@ class GetCompletedJobResponse200FlowStatusModulesItem:
|
|
|
187
194
|
id=id,
|
|
188
195
|
job=job,
|
|
189
196
|
count=count,
|
|
197
|
+
progress=progress,
|
|
190
198
|
iterator=iterator,
|
|
191
199
|
flow_jobs=flow_jobs,
|
|
192
200
|
flow_jobs_success=flow_jobs_success,
|
|
@@ -34,6 +34,7 @@ class GetJobResponse200Type0FlowStatusFailureModule:
|
|
|
34
34
|
id (Union[Unset, str]):
|
|
35
35
|
job (Union[Unset, str]):
|
|
36
36
|
count (Union[Unset, int]):
|
|
37
|
+
progress (Union[Unset, int]):
|
|
37
38
|
iterator (Union[Unset, GetJobResponse200Type0FlowStatusFailureModuleIterator]):
|
|
38
39
|
flow_jobs (Union[Unset, List[str]]):
|
|
39
40
|
flow_jobs_success (Union[Unset, List[bool]]):
|
|
@@ -48,6 +49,7 @@ class GetJobResponse200Type0FlowStatusFailureModule:
|
|
|
48
49
|
id: Union[Unset, str] = UNSET
|
|
49
50
|
job: Union[Unset, str] = UNSET
|
|
50
51
|
count: Union[Unset, int] = UNSET
|
|
52
|
+
progress: Union[Unset, int] = UNSET
|
|
51
53
|
iterator: Union[Unset, "GetJobResponse200Type0FlowStatusFailureModuleIterator"] = UNSET
|
|
52
54
|
flow_jobs: Union[Unset, List[str]] = UNSET
|
|
53
55
|
flow_jobs_success: Union[Unset, List[bool]] = UNSET
|
|
@@ -64,6 +66,7 @@ class GetJobResponse200Type0FlowStatusFailureModule:
|
|
|
64
66
|
id = self.id
|
|
65
67
|
job = self.job
|
|
66
68
|
count = self.count
|
|
69
|
+
progress = self.progress
|
|
67
70
|
iterator: Union[Unset, Dict[str, Any]] = UNSET
|
|
68
71
|
if not isinstance(self.iterator, Unset):
|
|
69
72
|
iterator = self.iterator.to_dict()
|
|
@@ -111,6 +114,8 @@ class GetJobResponse200Type0FlowStatusFailureModule:
|
|
|
111
114
|
field_dict["job"] = job
|
|
112
115
|
if count is not UNSET:
|
|
113
116
|
field_dict["count"] = count
|
|
117
|
+
if progress is not UNSET:
|
|
118
|
+
field_dict["progress"] = progress
|
|
114
119
|
if iterator is not UNSET:
|
|
115
120
|
field_dict["iterator"] = iterator
|
|
116
121
|
if flow_jobs is not UNSET:
|
|
@@ -154,6 +159,8 @@ class GetJobResponse200Type0FlowStatusFailureModule:
|
|
|
154
159
|
|
|
155
160
|
count = d.pop("count", UNSET)
|
|
156
161
|
|
|
162
|
+
progress = d.pop("progress", UNSET)
|
|
163
|
+
|
|
157
164
|
_iterator = d.pop("iterator", UNSET)
|
|
158
165
|
iterator: Union[Unset, GetJobResponse200Type0FlowStatusFailureModuleIterator]
|
|
159
166
|
if isinstance(_iterator, Unset):
|
|
@@ -195,6 +202,7 @@ class GetJobResponse200Type0FlowStatusFailureModule:
|
|
|
195
202
|
id=id,
|
|
196
203
|
job=job,
|
|
197
204
|
count=count,
|
|
205
|
+
progress=progress,
|
|
198
206
|
iterator=iterator,
|
|
199
207
|
flow_jobs=flow_jobs,
|
|
200
208
|
flow_jobs_success=flow_jobs_success,
|
|
@@ -34,6 +34,7 @@ class GetJobResponse200Type0FlowStatusModulesItem:
|
|
|
34
34
|
id (Union[Unset, str]):
|
|
35
35
|
job (Union[Unset, str]):
|
|
36
36
|
count (Union[Unset, int]):
|
|
37
|
+
progress (Union[Unset, int]):
|
|
37
38
|
iterator (Union[Unset, GetJobResponse200Type0FlowStatusModulesItemIterator]):
|
|
38
39
|
flow_jobs (Union[Unset, List[str]]):
|
|
39
40
|
flow_jobs_success (Union[Unset, List[bool]]):
|
|
@@ -47,6 +48,7 @@ class GetJobResponse200Type0FlowStatusModulesItem:
|
|
|
47
48
|
id: Union[Unset, str] = UNSET
|
|
48
49
|
job: Union[Unset, str] = UNSET
|
|
49
50
|
count: Union[Unset, int] = UNSET
|
|
51
|
+
progress: Union[Unset, int] = UNSET
|
|
50
52
|
iterator: Union[Unset, "GetJobResponse200Type0FlowStatusModulesItemIterator"] = UNSET
|
|
51
53
|
flow_jobs: Union[Unset, List[str]] = UNSET
|
|
52
54
|
flow_jobs_success: Union[Unset, List[bool]] = UNSET
|
|
@@ -62,6 +64,7 @@ class GetJobResponse200Type0FlowStatusModulesItem:
|
|
|
62
64
|
id = self.id
|
|
63
65
|
job = self.job
|
|
64
66
|
count = self.count
|
|
67
|
+
progress = self.progress
|
|
65
68
|
iterator: Union[Unset, Dict[str, Any]] = UNSET
|
|
66
69
|
if not isinstance(self.iterator, Unset):
|
|
67
70
|
iterator = self.iterator.to_dict()
|
|
@@ -107,6 +110,8 @@ class GetJobResponse200Type0FlowStatusModulesItem:
|
|
|
107
110
|
field_dict["job"] = job
|
|
108
111
|
if count is not UNSET:
|
|
109
112
|
field_dict["count"] = count
|
|
113
|
+
if progress is not UNSET:
|
|
114
|
+
field_dict["progress"] = progress
|
|
110
115
|
if iterator is not UNSET:
|
|
111
116
|
field_dict["iterator"] = iterator
|
|
112
117
|
if flow_jobs is not UNSET:
|
|
@@ -148,6 +153,8 @@ class GetJobResponse200Type0FlowStatusModulesItem:
|
|
|
148
153
|
|
|
149
154
|
count = d.pop("count", UNSET)
|
|
150
155
|
|
|
156
|
+
progress = d.pop("progress", UNSET)
|
|
157
|
+
|
|
151
158
|
_iterator = d.pop("iterator", UNSET)
|
|
152
159
|
iterator: Union[Unset, GetJobResponse200Type0FlowStatusModulesItemIterator]
|
|
153
160
|
if isinstance(_iterator, Unset):
|
|
@@ -187,6 +194,7 @@ class GetJobResponse200Type0FlowStatusModulesItem:
|
|
|
187
194
|
id=id,
|
|
188
195
|
job=job,
|
|
189
196
|
count=count,
|
|
197
|
+
progress=progress,
|
|
190
198
|
iterator=iterator,
|
|
191
199
|
flow_jobs=flow_jobs,
|
|
192
200
|
flow_jobs_success=flow_jobs_success,
|
|
@@ -34,6 +34,7 @@ class GetJobResponse200Type1FlowStatusFailureModule:
|
|
|
34
34
|
id (Union[Unset, str]):
|
|
35
35
|
job (Union[Unset, str]):
|
|
36
36
|
count (Union[Unset, int]):
|
|
37
|
+
progress (Union[Unset, int]):
|
|
37
38
|
iterator (Union[Unset, GetJobResponse200Type1FlowStatusFailureModuleIterator]):
|
|
38
39
|
flow_jobs (Union[Unset, List[str]]):
|
|
39
40
|
flow_jobs_success (Union[Unset, List[bool]]):
|
|
@@ -48,6 +49,7 @@ class GetJobResponse200Type1FlowStatusFailureModule:
|
|
|
48
49
|
id: Union[Unset, str] = UNSET
|
|
49
50
|
job: Union[Unset, str] = UNSET
|
|
50
51
|
count: Union[Unset, int] = UNSET
|
|
52
|
+
progress: Union[Unset, int] = UNSET
|
|
51
53
|
iterator: Union[Unset, "GetJobResponse200Type1FlowStatusFailureModuleIterator"] = UNSET
|
|
52
54
|
flow_jobs: Union[Unset, List[str]] = UNSET
|
|
53
55
|
flow_jobs_success: Union[Unset, List[bool]] = UNSET
|
|
@@ -64,6 +66,7 @@ class GetJobResponse200Type1FlowStatusFailureModule:
|
|
|
64
66
|
id = self.id
|
|
65
67
|
job = self.job
|
|
66
68
|
count = self.count
|
|
69
|
+
progress = self.progress
|
|
67
70
|
iterator: Union[Unset, Dict[str, Any]] = UNSET
|
|
68
71
|
if not isinstance(self.iterator, Unset):
|
|
69
72
|
iterator = self.iterator.to_dict()
|
|
@@ -111,6 +114,8 @@ class GetJobResponse200Type1FlowStatusFailureModule:
|
|
|
111
114
|
field_dict["job"] = job
|
|
112
115
|
if count is not UNSET:
|
|
113
116
|
field_dict["count"] = count
|
|
117
|
+
if progress is not UNSET:
|
|
118
|
+
field_dict["progress"] = progress
|
|
114
119
|
if iterator is not UNSET:
|
|
115
120
|
field_dict["iterator"] = iterator
|
|
116
121
|
if flow_jobs is not UNSET:
|
|
@@ -154,6 +159,8 @@ class GetJobResponse200Type1FlowStatusFailureModule:
|
|
|
154
159
|
|
|
155
160
|
count = d.pop("count", UNSET)
|
|
156
161
|
|
|
162
|
+
progress = d.pop("progress", UNSET)
|
|
163
|
+
|
|
157
164
|
_iterator = d.pop("iterator", UNSET)
|
|
158
165
|
iterator: Union[Unset, GetJobResponse200Type1FlowStatusFailureModuleIterator]
|
|
159
166
|
if isinstance(_iterator, Unset):
|
|
@@ -195,6 +202,7 @@ class GetJobResponse200Type1FlowStatusFailureModule:
|
|
|
195
202
|
id=id,
|
|
196
203
|
job=job,
|
|
197
204
|
count=count,
|
|
205
|
+
progress=progress,
|
|
198
206
|
iterator=iterator,
|
|
199
207
|
flow_jobs=flow_jobs,
|
|
200
208
|
flow_jobs_success=flow_jobs_success,
|
|
@@ -34,6 +34,7 @@ class GetJobResponse200Type1FlowStatusModulesItem:
|
|
|
34
34
|
id (Union[Unset, str]):
|
|
35
35
|
job (Union[Unset, str]):
|
|
36
36
|
count (Union[Unset, int]):
|
|
37
|
+
progress (Union[Unset, int]):
|
|
37
38
|
iterator (Union[Unset, GetJobResponse200Type1FlowStatusModulesItemIterator]):
|
|
38
39
|
flow_jobs (Union[Unset, List[str]]):
|
|
39
40
|
flow_jobs_success (Union[Unset, List[bool]]):
|
|
@@ -47,6 +48,7 @@ class GetJobResponse200Type1FlowStatusModulesItem:
|
|
|
47
48
|
id: Union[Unset, str] = UNSET
|
|
48
49
|
job: Union[Unset, str] = UNSET
|
|
49
50
|
count: Union[Unset, int] = UNSET
|
|
51
|
+
progress: Union[Unset, int] = UNSET
|
|
50
52
|
iterator: Union[Unset, "GetJobResponse200Type1FlowStatusModulesItemIterator"] = UNSET
|
|
51
53
|
flow_jobs: Union[Unset, List[str]] = UNSET
|
|
52
54
|
flow_jobs_success: Union[Unset, List[bool]] = UNSET
|
|
@@ -62,6 +64,7 @@ class GetJobResponse200Type1FlowStatusModulesItem:
|
|
|
62
64
|
id = self.id
|
|
63
65
|
job = self.job
|
|
64
66
|
count = self.count
|
|
67
|
+
progress = self.progress
|
|
65
68
|
iterator: Union[Unset, Dict[str, Any]] = UNSET
|
|
66
69
|
if not isinstance(self.iterator, Unset):
|
|
67
70
|
iterator = self.iterator.to_dict()
|
|
@@ -107,6 +110,8 @@ class GetJobResponse200Type1FlowStatusModulesItem:
|
|
|
107
110
|
field_dict["job"] = job
|
|
108
111
|
if count is not UNSET:
|
|
109
112
|
field_dict["count"] = count
|
|
113
|
+
if progress is not UNSET:
|
|
114
|
+
field_dict["progress"] = progress
|
|
110
115
|
if iterator is not UNSET:
|
|
111
116
|
field_dict["iterator"] = iterator
|
|
112
117
|
if flow_jobs is not UNSET:
|
|
@@ -148,6 +153,8 @@ class GetJobResponse200Type1FlowStatusModulesItem:
|
|
|
148
153
|
|
|
149
154
|
count = d.pop("count", UNSET)
|
|
150
155
|
|
|
156
|
+
progress = d.pop("progress", UNSET)
|
|
157
|
+
|
|
151
158
|
_iterator = d.pop("iterator", UNSET)
|
|
152
159
|
iterator: Union[Unset, GetJobResponse200Type1FlowStatusModulesItemIterator]
|
|
153
160
|
if isinstance(_iterator, Unset):
|
|
@@ -187,6 +194,7 @@ class GetJobResponse200Type1FlowStatusModulesItem:
|
|
|
187
194
|
id=id,
|
|
188
195
|
job=job,
|
|
189
196
|
count=count,
|
|
197
|
+
progress=progress,
|
|
190
198
|
iterator=iterator,
|
|
191
199
|
flow_jobs=flow_jobs,
|
|
192
200
|
flow_jobs_success=flow_jobs_success,
|
|
@@ -21,6 +21,7 @@ class GetJobUpdatesResponse200:
|
|
|
21
21
|
new_logs (Union[Unset, str]):
|
|
22
22
|
log_offset (Union[Unset, int]):
|
|
23
23
|
mem_peak (Union[Unset, int]):
|
|
24
|
+
progress (Union[Unset, int]):
|
|
24
25
|
flow_status (Union[Unset, GetJobUpdatesResponse200FlowStatus]):
|
|
25
26
|
"""
|
|
26
27
|
|
|
@@ -29,6 +30,7 @@ class GetJobUpdatesResponse200:
|
|
|
29
30
|
new_logs: Union[Unset, str] = UNSET
|
|
30
31
|
log_offset: Union[Unset, int] = UNSET
|
|
31
32
|
mem_peak: Union[Unset, int] = UNSET
|
|
33
|
+
progress: Union[Unset, int] = UNSET
|
|
32
34
|
flow_status: Union[Unset, "GetJobUpdatesResponse200FlowStatus"] = UNSET
|
|
33
35
|
additional_properties: Dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
34
36
|
|
|
@@ -38,6 +40,7 @@ class GetJobUpdatesResponse200:
|
|
|
38
40
|
new_logs = self.new_logs
|
|
39
41
|
log_offset = self.log_offset
|
|
40
42
|
mem_peak = self.mem_peak
|
|
43
|
+
progress = self.progress
|
|
41
44
|
flow_status: Union[Unset, Dict[str, Any]] = UNSET
|
|
42
45
|
if not isinstance(self.flow_status, Unset):
|
|
43
46
|
flow_status = self.flow_status.to_dict()
|
|
@@ -55,6 +58,8 @@ class GetJobUpdatesResponse200:
|
|
|
55
58
|
field_dict["log_offset"] = log_offset
|
|
56
59
|
if mem_peak is not UNSET:
|
|
57
60
|
field_dict["mem_peak"] = mem_peak
|
|
61
|
+
if progress is not UNSET:
|
|
62
|
+
field_dict["progress"] = progress
|
|
58
63
|
if flow_status is not UNSET:
|
|
59
64
|
field_dict["flow_status"] = flow_status
|
|
60
65
|
|
|
@@ -75,6 +80,8 @@ class GetJobUpdatesResponse200:
|
|
|
75
80
|
|
|
76
81
|
mem_peak = d.pop("mem_peak", UNSET)
|
|
77
82
|
|
|
83
|
+
progress = d.pop("progress", UNSET)
|
|
84
|
+
|
|
78
85
|
_flow_status = d.pop("flow_status", UNSET)
|
|
79
86
|
flow_status: Union[Unset, GetJobUpdatesResponse200FlowStatus]
|
|
80
87
|
if isinstance(_flow_status, Unset):
|
|
@@ -88,6 +95,7 @@ class GetJobUpdatesResponse200:
|
|
|
88
95
|
new_logs=new_logs,
|
|
89
96
|
log_offset=log_offset,
|
|
90
97
|
mem_peak=mem_peak,
|
|
98
|
+
progress=progress,
|
|
91
99
|
flow_status=flow_status,
|
|
92
100
|
)
|
|
93
101
|
|
windmill_api/models/get_suspended_job_flow_response_200_job_type_0_flow_status_failure_module.py
CHANGED
|
@@ -34,6 +34,7 @@ class GetSuspendedJobFlowResponse200JobType0FlowStatusFailureModule:
|
|
|
34
34
|
id (Union[Unset, str]):
|
|
35
35
|
job (Union[Unset, str]):
|
|
36
36
|
count (Union[Unset, int]):
|
|
37
|
+
progress (Union[Unset, int]):
|
|
37
38
|
iterator (Union[Unset, GetSuspendedJobFlowResponse200JobType0FlowStatusFailureModuleIterator]):
|
|
38
39
|
flow_jobs (Union[Unset, List[str]]):
|
|
39
40
|
flow_jobs_success (Union[Unset, List[bool]]):
|
|
@@ -48,6 +49,7 @@ class GetSuspendedJobFlowResponse200JobType0FlowStatusFailureModule:
|
|
|
48
49
|
id: Union[Unset, str] = UNSET
|
|
49
50
|
job: Union[Unset, str] = UNSET
|
|
50
51
|
count: Union[Unset, int] = UNSET
|
|
52
|
+
progress: Union[Unset, int] = UNSET
|
|
51
53
|
iterator: Union[Unset, "GetSuspendedJobFlowResponse200JobType0FlowStatusFailureModuleIterator"] = UNSET
|
|
52
54
|
flow_jobs: Union[Unset, List[str]] = UNSET
|
|
53
55
|
flow_jobs_success: Union[Unset, List[bool]] = UNSET
|
|
@@ -64,6 +66,7 @@ class GetSuspendedJobFlowResponse200JobType0FlowStatusFailureModule:
|
|
|
64
66
|
id = self.id
|
|
65
67
|
job = self.job
|
|
66
68
|
count = self.count
|
|
69
|
+
progress = self.progress
|
|
67
70
|
iterator: Union[Unset, Dict[str, Any]] = UNSET
|
|
68
71
|
if not isinstance(self.iterator, Unset):
|
|
69
72
|
iterator = self.iterator.to_dict()
|
|
@@ -111,6 +114,8 @@ class GetSuspendedJobFlowResponse200JobType0FlowStatusFailureModule:
|
|
|
111
114
|
field_dict["job"] = job
|
|
112
115
|
if count is not UNSET:
|
|
113
116
|
field_dict["count"] = count
|
|
117
|
+
if progress is not UNSET:
|
|
118
|
+
field_dict["progress"] = progress
|
|
114
119
|
if iterator is not UNSET:
|
|
115
120
|
field_dict["iterator"] = iterator
|
|
116
121
|
if flow_jobs is not UNSET:
|
|
@@ -154,6 +159,8 @@ class GetSuspendedJobFlowResponse200JobType0FlowStatusFailureModule:
|
|
|
154
159
|
|
|
155
160
|
count = d.pop("count", UNSET)
|
|
156
161
|
|
|
162
|
+
progress = d.pop("progress", UNSET)
|
|
163
|
+
|
|
157
164
|
_iterator = d.pop("iterator", UNSET)
|
|
158
165
|
iterator: Union[Unset, GetSuspendedJobFlowResponse200JobType0FlowStatusFailureModuleIterator]
|
|
159
166
|
if isinstance(_iterator, Unset):
|
|
@@ -199,6 +206,7 @@ class GetSuspendedJobFlowResponse200JobType0FlowStatusFailureModule:
|
|
|
199
206
|
id=id,
|
|
200
207
|
job=job,
|
|
201
208
|
count=count,
|
|
209
|
+
progress=progress,
|
|
202
210
|
iterator=iterator,
|
|
203
211
|
flow_jobs=flow_jobs,
|
|
204
212
|
flow_jobs_success=flow_jobs_success,
|