Commit 6742176
committed
[py] Dedup connector status definitions.
In an earlier commit I stupidly asked cursor to generate Python bindings for
connector status endpoints. Without a shadow of a doubt, cursor generated new
classes, instead of extending existing classes in stats.py. Not being the owner
of this code, I did not notice it.
This commit dedups the classes, merging new connector status fields back into
existing classes. It also adds the new `health` field introduced in the
previous commit.
Signed-off-by: Leonid Ryzhyk <ryzhyk@gmail.com>1 parent cb1305c commit 6742176
File tree
4 files changed
+160
-244
lines changed- python
- feldera
- tests/runtime
4 files changed
+160
-244
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
| |||
247 | 246 | | |
248 | 247 | | |
249 | 248 | | |
250 | | - | |
| 249 | + | |
251 | 250 | | |
252 | 251 | | |
253 | 252 | | |
254 | | - | |
| 253 | + | |
255 | 254 | | |
256 | 255 | | |
257 | 256 | | |
258 | 257 | | |
259 | 258 | | |
260 | | - | |
| 259 | + | |
261 | 260 | | |
262 | 261 | | |
263 | 262 | | |
264 | | - | |
| 263 | + | |
265 | 264 | | |
266 | 265 | | |
267 | 266 | | |
| |||
0 commit comments