arthur-common 2.4.2__py3-none-any.whl → 2.4.3__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 arthur-common might be problematic. Click here for more details.
|
@@ -624,6 +624,8 @@ class SpanWithMetricsResponse(BaseModel):
|
|
|
624
624
|
start_time: datetime
|
|
625
625
|
end_time: datetime
|
|
626
626
|
task_id: Optional[str] = None
|
|
627
|
+
session_id: Optional[str] = None
|
|
628
|
+
status_code: str = Field(description="Status code for the span (Unset, Error, Ok)")
|
|
627
629
|
created_at: datetime
|
|
628
630
|
updated_at: datetime
|
|
629
631
|
raw_data: dict[str, Any]
|
|
@@ -650,6 +652,8 @@ class NestedSpanWithMetricsResponse(BaseModel):
|
|
|
650
652
|
start_time: datetime
|
|
651
653
|
end_time: datetime
|
|
652
654
|
task_id: Optional[str] = None
|
|
655
|
+
session_id: Optional[str] = None
|
|
656
|
+
status_code: str = Field(description="Status code for the span (Unset, Error, Ok)")
|
|
653
657
|
created_at: datetime
|
|
654
658
|
updated_at: datetime
|
|
655
659
|
raw_data: dict[str, Any]
|
|
@@ -31,7 +31,7 @@ arthur_common/models/metric_schemas.py,sha256=Xf-1RTzg7iYtnBMLkUUUuMPzAujzzNvQx_
|
|
|
31
31
|
arthur_common/models/metrics.py,sha256=mCa0aN-nuNHYcqGfkyKFeriI0krz0-ScgmXWXHlKoEI,11109
|
|
32
32
|
arthur_common/models/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
33
33
|
arthur_common/models/request_schemas.py,sha256=LEybzPoOzaaTyua48mr9sAVzrBK6dIeYhR158kMp0o8,29749
|
|
34
|
-
arthur_common/models/response_schemas.py,sha256=
|
|
34
|
+
arthur_common/models/response_schemas.py,sha256=kY3NZceFaBRkxGDF5-W1CYDjtwFdf3xyLxdzrwHlmJI,25643
|
|
35
35
|
arthur_common/models/schema_definitions.py,sha256=dcUSLjBmvyloStcBFmT_rHdXbKdvA8Yxi_avYUbps3E,16876
|
|
36
36
|
arthur_common/models/task_job_specs.py,sha256=p7jsSb97ylHYNkwoHXNOJvx2zcnh2kxLeh3m0pddo4M,3442
|
|
37
37
|
arthur_common/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -44,6 +44,6 @@ arthur_common/tools/functions.py,sha256=FWL4eWO5-vLp86WudT-MGUKvf2B8f02IdoXQFKd6
|
|
|
44
44
|
arthur_common/tools/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
45
45
|
arthur_common/tools/schema_inferer.py,sha256=8ehIqAxuGlgM08RtwPB43a7TfenZyEIf1R0p1RYrkng,4920
|
|
46
46
|
arthur_common/tools/time_utils.py,sha256=4gfiu9NXfvPZltiVNLSIQGylX6h2W0viNi9Kv4bKyfw,1410
|
|
47
|
-
arthur_common-2.4.
|
|
48
|
-
arthur_common-2.4.
|
|
49
|
-
arthur_common-2.4.
|
|
47
|
+
arthur_common-2.4.3.dist-info/METADATA,sha256=IwWpahpZ5U0mEeZ1YdeR-nBn0tOeYM938q8wIn8Vb-0,2146
|
|
48
|
+
arthur_common-2.4.3.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
49
|
+
arthur_common-2.4.3.dist-info/RECORD,,
|
|
File without changes
|