How to create Pydantic model based on string (s3 access logs) data
The issue is I need to parse a string line delimited by spaces (but not exactly) into a Pydantic model. The field names are known and types for this task are not important, so keeping str
is fine.