mhenc opened a new pull request, #29355: URL: https://github.com/apache/airflow/pull/29355
In AIP-44 we need to send the TaskInstance object to worker for execution. Currently this object type doesn't support serialization(only SimpleTaskInstance does). This change is mainly about new way to construct TaskInstance `from_dict` - which requires changing the constructor into `from_task` and refactoring all usages. related: #29320 -- 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]
