keith991001 commented on issue #72902: URL: https://github.com/apache/airflow/issues/72902#issuecomment-5629951724
Hi, Tested my change working on Python 3.12.13 and Airflow 3.3.1 with apache-airflow-providers-common-compat==1.19.0rc1: #72509 behaves as expected. Using real attrs 26.1.0 entities in a clean environment, constructing two `Table` instances and appending a `Tag` to one no longer leaks into the other — `tags`, `columns`, `owners`, and `extra` are all per-instance now, and `Column.tags` is isolated the same way. Mutations also no longer bleed into the class defaults, so freshly constructed instances start empty as they should. +1 (non-binding) -- 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]
