kaxil opened a new pull request, #54569: URL: https://github.com/apache/airflow/pull/54569
Eliminates direct dependencies on the Task SDK during deserialization, enabling proper client/server separation for Airflow 3.1. --- **TODOs** (some might be done in a future PR): - [ ] Implement `client_defaults` generation in serialization (Task SDK side) - [ ] Move Serialization code to Task SDK - [ ] Update serialization version to v3 and add backwards compatibility for v2 - [ ] Add tests to ensure defaults in Schema are same as the Server side classes - [ ] Move the S10n code over for DAG & Task Group classes to Server-side -- 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]
