You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting quite a few of these Expected 'int' but got 'float' - serialized value may not be as expected warnings in the log files. Is there a way to callout the specific field name?
I looked at Rust's exception and error message, and I don't see any "add_variable_context" flag.
If not easily possible, would it be possible to add the field name that is triggering the warning to PydanticSerializationError please.
The object that is triggering the exception has large number of sub-objects and fields, so going through all the fields would be very time consuming.
I am getting quite a few of these
Expected 'int' but got 'float' - serialized value may not be as expected
warnings in the log files. Is there a way to callout the specific field name?I looked at Rust's exception and error message, and I don't see any "add_variable_context" flag.
If not easily possible, would it be possible to add the field name that is triggering the warning to PydanticSerializationError please.
The object that is triggering the exception has large number of sub-objects and fields, so going through all the fields would be very time consuming.
The text was updated successfully, but these errors were encountered: