sunank200 commented on PR #48714: URL: https://github.com/apache/airflow/pull/48714#issuecomment-2775501317
> The other option though is to change L1260 to `result.__dict__[k] = v` -- again, since we are iterating over `self.__dict__` it must have been in there for some reason? > > If this doesn't fix it then lets keep that approach in our back pocket @ashb the change you suggested in L1260 to `result.__dict__[k] = v` also works! So keeping it as suggested. -- 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]
