mik-laj opened a new issue #8114: (de)serialization common objects URL: https://github.com/apache/airflow/issues/8114 **Description** We need a common mechanism for deserialization and serialization of common objects. I recommend marshmallow https://marshmallow.readthedocs.io/en/latest/ PR with this change should define all schemas without database objects and Python objects (DAG. BaseOperator) in accordance with OpenAPI specification **Use case / motivation** This will make writing new endpoints much easier. We will also have one place defining the structure, which will facilitate backward compatibility. **Related Issues** This task is related to https://github.com/apache/airflow/issues/8110 It was divided so that we could do the work with smaller pieces.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
