o-nikolas commented on issue #41891: URL: https://github.com/apache/airflow/issues/41891#issuecomment-2322074424
Yeah, the hybrid executors never have inherited from the base executor, since what would it mean for the wrapper class to have `_task_event_logs` property for example? What you really care about is that property of both of the contained executors/classes combined. So the old hybrids often have implementations of the base exec functions that combine the values from the two contained classes. Any who, the whole thing is a mess and we should deprecate them any way, so I'd be happy with any level of fix for this :+1: -- 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]
