YingboWang commented on issue #11893: URL: https://github.com/apache/airflow/issues/11893#issuecomment-718152888
Thanks @mjpieters again for raising the problem. I agree on your analysis of the context and would like to fix based on this. As `ti` object is more difficult to be serialized, in the smart sensor we tried to use the context dictionary as the simplified version of `ti.__dict__` and only persist the minimum set of information. Would you like to provide more details on the `ti` use case in a sensor? Is an orm `ti` able to satisfy your case? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
