Lester Cayabyab
02/12/2026, 9:24 PMFile "/usr/local/lib/python3.12/site-packages/pydantic/main.py", line 766, in model_validate_json
return cls.__pydantic_validator__.validate_json(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
pydantic_core._pydantic_core.ValidationError: 4 validation errors for Event
occurred
Field required [type=missing, input_value={'type': 'auth', 'token': None}, input_type=dict]
For further information visit <https://errors.pydantic.dev/2.12/v/missing>
event
Field required [type=missing, input_value={'type': 'auth', 'token': None}, input_type=dict]
For further information visit <https://errors.pydantic.dev/2.12/v/missing>
resource
Field required [type=missing, input_value={'type': 'auth', 'token': None}, input_type=dict]
For further information visit <https://errors.pydantic.dev/2.12/v/missing>
id
Field required [type=missing, input_value={'type': 'auth', 'token': None}, input_type=dict]
For further information visit <https://errors.pydantic.dev/2.12/v/missing> I'm running prefect version prefect:3.6.16-python3.12Marvin
02/12/2026, 9:24 PMMarvin
02/12/2026, 9:30 PMLester Cayabyab
02/12/2026, 9:30 PMMarvin
02/12/2026, 9:30 PMMarvin
02/12/2026, 9:30 PMprefect version) and Python version
- How you ran it (CLI command or code snippet)
- The exact error/traceback or unexpected behavior
- Worker type/infrastructure (Process, Docker, Kubernetes) and any logs
- A link to the flow run in the UI or the run ID, if available
If you just want me to re-run or re-check something specific (a command or code I sent), paste it here and tell me what output you expected.Nate
02/13/2026, 4:56 PMNate
02/13/2026, 4:56 PMNate
02/13/2026, 4:56 PMNate
02/13/2026, 6:38 PM