jscheffl commented on code in PR #62343: URL: https://github.com/apache/airflow/pull/62343#discussion_r2970099580
########## airflow-core/src/airflow/executors/local_executor.py: ########## Review Comment: So the implementation approach in this PR means that all (=_ALL_) executors must be touched to implement this feature. As it is quite generic, would it be possible to somehow make it to some base class that all executors inherit and then not all need to implement this? -- 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]
