Re: [PR] bugfix: properly serialize nested attrs classes [airflow]

2024-03-29 Thread via GitHub
tomrutter commented on PR #38591: URL: https://github.com/apache/airflow/pull/38591#issuecomment-2027063267 Thanks for review and merge! -- 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 specif

Re: [PR] bugfix: properly serialize nested attrs classes [airflow]

2024-03-29 Thread via GitHub
uranusjr merged PR #38591: URL: https://github.com/apache/airflow/pull/38591 -- 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: commits-unsubscr...@airflow

[PR] bugfix: properly serialize nested attrs classes [airflow]

2024-03-28 Thread via GitHub
tomrutter opened a new pull request, #38591: URL: https://github.com/apache/airflow/pull/38591 --- closes: #38540 Running attr.asdict with recurse=False allows the serialize function to later serialize the nested attr objects consistently. With recur