potiuk commented on PR #44549:
URL: https://github.com/apache/airflow/pull/44549#issuecomment-2510277714

   > 
   ...ah wheres still some cleaning and removal in 
airflow/serialization/pydantic/** is needed as well?
   Will airflow/serialization/** actually also be removed or will this stay? (I 
assume we don't need this with the old API, correct?)
   
   
   Yep. there is one more step in #44436 - remove all `*Pydantic` classes aand 
that's part of it. One problem there is that `Pydantic` classes are currently 
used as a way to serialize Context for `PythonVirtualenvOperator` and 
`ExternalPythonOperator` - so we cannot remove them "as-is" - we have to 
provide a replacement - which is likely tied to the Task SDK API changes - cc: 
@ashb @kaxil  


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to