Timeline for Find field throwing error in Python Dataclass conversion
Current License: CC BY-SA 4.0
Post Revisions
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 10, 2025 at 5:54 | answer | added | Hecatonchires | timeline score: 0 | |
| Jul 9, 2025 at 13:34 | comment | added | jsbueno | As for your porblem: clearly one of the fields receiving a datetime is not properly marked as optional - the message is explicit in saying it got a None. Presumably, the dataclass-wizard tooling you are using should make it work if it was marked as optional. | |
| Jul 9, 2025 at 8:53 | comment | added | strawdog |
I see 'last_analytics_received_at is described as datetime.datetime field, but gets null instead.
|
|
| Jul 9, 2025 at 6:50 | history | asked | Hecatonchires | CC BY-SA 4.0 |