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

Head commit for run:
0af5d923d99591576b3758ab3c694d02dbe152bf / Daniel Standish 
<[email protected]>
Make _get_ti compatible with RPC (#38570)

This is for AIP-44.  I had to pull out the "db access" parts from `_get_ti` and 
move them to RPC function `_get_ti_db_access`.  To make that work, I also had 
to ensure that "task" objects (a.k.a. instances of AbstractOperator) can 
properly be roundtripped with BaseSerialization.serialize.  Up to now they 
could not be, and they were "manually" serialized as part of SerializedDAG.  
This changes a bit the way we serialize task objects and so we had to handle 
backcompat and update a fair amount of tests.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to