jaketf opened a new pull request, #48649: URL: https://github.com/apache/airflow/pull/48649
There are no longer any single process executors so this field is not needed. This field is False in existing executors, which means we currently have a runtime dependency in the task runner on the executor just to check a field that is always false and does nothing. This allows us to remove this runtime dependency of the task runner on loading the executor class when running sensors which used to override the `prepare_for_execution` to load the executor class to perform this no longer necessary check -- 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]
