Taragolis commented on issue #26130: URL: https://github.com/apache/airflow/issues/26130#issuecomment-1235632600
@kaxil I think attrs not actual superset of dataclasses because dataclasses itself introduced only in 3.7 and dataclasses itself has less abilities than `attrs`. My main point more about is it actually required to use `attrs` for extra links or it is possible to use any other types such as `dataclasses` or even regular class. However since we really don't know about third-party extra links we can't replace it. -- 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]
