The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user dstandish (triggered by dstandish).

Head commit for run:
f66fbef573bd5dbb3a8a366d47b1245ff406a7ad / Daniel Standish 
<[email protected]>
Properly serialize TaskInstancePydantic and DagRunPydantic

Previously we handled serialization of TaskInstance and DagRun, converting to 
the respective pydantic model. E.g. we give a TI and it comes out as 
TaskInstancePydantic.  But when we passed TaskInstancePydantic to the 
serializer, we did not encode it, so it hit the default "encoding" which is to 
simply stringify it.  With this change, TaskInstancePydantic will serialize to 
TaskInstancePydantic, etc.

Report URL: https://github.com/apache/airflow/actions/runs/8127847964

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to