dstandish commented on issue #41891: URL: https://github.com/apache/airflow/issues/41891#issuecomment-2322032855
> Executors from older versions of provider will definitely not have the new _task_event_logs property They will if they inherit from BaseExecutor, which they all should. The fact that we provide executors that don't, is I think a mistake. But anyway, this was simply a miss. The solution would be to make CKE inherit from base executor. -- 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]
