r-richmond commented on issue #14396: URL: https://github.com/apache/airflow/issues/14396#issuecomment-785259895
Ah interesting kaxil thanks to your link I can see where a TypedDict / Dataclass implementation would go https://github.com/apache/airflow/blob/352b970010846eb4168aa7b2e332d9a95e2facb3/airflow/models/taskinstance.py#L86 Since the TypedDict implementation is so straightforward given that link I wonder if its better to consider Dict > TypeDict > DataClass as an evolution path. ---------------------------------------------------------------- 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]
