keith991001 commented on issue #35442:
URL: https://github.com/apache/airflow/issues/35442#issuecomment-5580497080

   Status note on the lineage-entities slice I picked up above: both PRs are 
open and awaiting first review / workflow approval —
   
   - #72506 adds the missing test module for `common.compat.lineage.entities` 
(removes its `OVERLOOKED_TESTS` entry).
   - #72509 fixes a real defect the test-writing surfaced: the attrs entities 
declare bare mutable defaults, so `Table.tags`/`columns`/`owners`/`extra` and 
`Column.tags` are shared class-wide and mutating one instance pollutes every 
other. The fix switches them to `attr.Factory`, with regression tests that fail 
on the previous code.
   
   The two PRs touch the same new test file, so whichever lands second will be 
rebased.
   
   ---
   Drafted-by: Claude Code (Fable 5) (no human review before posting)


-- 
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]

Reply via email to