uranusjr commented on PR #51203:
URL: https://github.com/apache/airflow/pull/51203#issuecomment-2949187455
Why not fix the value during deserialisation? Like
```python
@classmethod
def deserialize(cls, data) -> Timetable:
timetable = cls(...)
timetable._summary = ...
return timetable
```
--
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]